ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » How many records can insert in ROW variable?

Post new topic  Reply to topic
 How many records can insert in ROW variable? « View previous topic :: View next topic » 
Author Message
se_zn2003
PostPosted: Mon Aug 19, 2013 10:30 pm    Post subject: How many records can insert in ROW variable? Reply with quote

Apprentice

Joined: 07 May 2013
Posts: 30

I use this variable
Code:
DECLARE Var_LiveSessionMP SHARED ROW;
to insert record in to it.

I use it for session of any users are enter to application.

what this maximum Row can insert in it.
Back to top
View user's profile Send private message Send e-mail
mqsiuser
PostPosted: Mon Aug 19, 2013 10:55 pm    Post subject: Re: How many records can insert in ROW variable? Reply with quote

Yatiri

Joined: 15 Apr 2008
Posts: 637
Location: Germany

There is an overall memory limit

NOTHING else
_________________
Just use REFERENCEs
Back to top
View user's profile Send private message
se_zn2003
PostPosted: Mon Aug 19, 2013 11:04 pm    Post subject: Re: How many records can insert in ROW variable? Reply with quote

Apprentice

Joined: 07 May 2013
Posts: 30

mqsiuser wrote:
There is an overall memory limit

NOTHING else


yes this is true but can I use a share variable as ROW instead of table in database??
Back to top
View user's profile Send private message Send e-mail
mqsiuser
PostPosted: Mon Aug 19, 2013 11:52 pm    Post subject: Re: How many records can insert in ROW variable? Reply with quote

Yatiri

Joined: 15 Apr 2008
Posts: 637
Location: Germany

se_zn2003 wrote:
yes this is true but can I use a share variable as ROW instead of table in database??

Data in a database is persisted and a shared row is in memory. It will get lost, if the process ends. You can e.g. combine both: Load data from a db table and cache it in a shared row.

How can you come up with such questions... "can I use memory instead of (a table in) a database?". The question almost makes no sense.
_________________
Just use REFERENCEs
Back to top
View user's profile Send private message
se_zn2003
PostPosted: Tue Aug 20, 2013 12:34 am    Post subject: Re: How many records can insert in ROW variable? Reply with quote

Apprentice

Joined: 07 May 2013
Posts: 30

mqsiuser wrote:
se_zn2003 wrote:
yes this is true but can I use a share variable as ROW instead of table in database??

Data in a database is persisted and a shared row is in memory. It will get lost, if the process ends. You can e.g. combine both: Load data from a db table and cache it in a shared row.

How can you come up with such questions... "can I use memory instead of (a table in) a database?". The question almost makes no sense.


I'm not native in english and have some problem in grammer
Back to top
View user's profile Send private message Send e-mail
dogorsy
PostPosted: Tue Aug 20, 2013 1:10 am    Post subject: Re: How many records can insert in ROW variable? Reply with quote

Knight

Joined: 13 Mar 2013
Posts: 553
Location: Home Office

se_zn2003 wrote:
mqsiuser wrote:
se_zn2003 wrote:
yes this is true but can I use a share variable as ROW instead of table in database??

Data in a database is persisted and a shared row is in memory. It will get lost, if the process ends. You can e.g. combine both: Load data from a db table and cache it in a shared row.

How can you come up with such questions... "can I use memory instead of (a table in) a database?". The question almost makes no sense.


I'm not native in english and have some problem in grammer


Thanks for clarifying... no one noticed
Back to top
View user's profile Send private message
smdavies99
PostPosted: Tue Aug 20, 2013 2:23 am    Post subject: Reply with quote

Jedi Council

Joined: 10 Feb 2003
Posts: 6076
Location: Somewhere over the Rainbow this side of Never-never land.

Please don't ask the same question in two places.

A few minutes before you opened this thread, you posted here

http://www.mqseries.net/phpBB2/viewtopic.php?t=56277

It is not considered good practice to ask the same question twice. 99.99% of the time, it won't be answered any quicker.

Thanks
_________________
WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995

Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions.
Back to top
View user's profile Send private message
Vitor
PostPosted: Tue Aug 20, 2013 4:30 am    Post subject: Re: How many records can insert in ROW variable? Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

se_zn2003 wrote:
[I'm not native in english and have some problem in grammer


Yet you seem to know a lot of inappropriate words.

I echo the comments about double posting. Please read the posting guidelines for the forum, getting assistance a native English speaker or a dictionary as needed.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » How many records can insert in ROW variable?
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.