Re: Can't execute code in VB 6.0

2003-09-26 Thread Félix Beltrán
> From: <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, September 26, 2003 05:52 > Subject: Can't execute code in VB 6.0 > > > > I'm trying to execute a code with multiple SQL statement over VB 6.0. The > > code includes the

Re: Can't execute code in VB 6.0

2003-09-26 Thread Director General: NEFACOMP
TED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 26, 2003 05:52 Subject: Can't execute code in VB 6.0 > I'm trying to execute a code with multiple SQL statement over VB 6.0. The > code includes the creation of temporary tables, multiple inserts and one > final

Can't execute code in VB 6.0

2003-09-25 Thread fbeltran
I'm trying to execute a code with multiple SQL statement over VB 6.0. The code includes the creation of temporary tables, multiple inserts and one final select... It looks like i can only excecut one single SQL statement... does any one know how to fix that? I can run the code with out problems