David Stoltz wrote:
> Forgot to ask:
>
> On the Windows download page, there are options like:
>
> VC9 Thread Safe
> VC9 Non-Thread Safe
> VC6 Thread Safe
> ...etc
>
> What is the VC, and what is thread safe?
>
> Thanks!
VC = Microsoft Visual C. 9 and 6 are the versions.
http://en.wikipedia.o
J Smith [mailto:[EMAIL PROTECTED]]
> Sent: Monday, May 27, 2002 12:49 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Re: Thread safe
>
>
>
> You could use a transaction block if your database supports
> it, or just use
> some sort of auto-numbering field, such as SERIAL i
You could use a transaction block if your database supports it, or just use
some sort of auto-numbering field, such as SERIAL in Postgres,
auto_increment in MySQL, etc. Then you wouldn't have to worry about
retrieving the next cno before inserting a new row.
J
R wrote:
> Hi,
> In java serv
3 matches
Mail list logo