周云飞 wrote: > I have a little confusion about ‘session number’ when a cpc program > connects to MaxDB Server. > What is its range? Can it be defined as any integer I want? > I would assign a connection to each thread when multi thread is involved. > Then is there any change to the definition of sqlca and sqlda?
There is a limit of eight connections (http://dev.mysql.com/doc/maxdb/en/e2/053c3d3a4b8c4ce10000000a114084/frameset.htm) The Precompiler is not suited for multithreaded programs. Use ODBC or SQLDBC instead. Daniel Dittmar -- Daniel Dittmar SAP Labs Berlin [EMAIL PROTECTED] -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
