Hi,

I am using Access as a backend to my project. From my front end I am issuing
the queries, however I am finding it is too much slow. I wanted to execute
multiple sql statement. My question here is how to execute these multiple
statement?. Is it possible in acess 2000. can I have your suggestions?.



TIA

Kishor

Re: Access Related Query by Roman

Roman
Tue Oct 28 03:19:25 CST 2003


Hi, Kishor!

> I am using Access as a backend to my project. From my front end I am
issuing
> the queries, however I am finding it is too much slow. I wanted to
execute
> multiple sql statement. My question here is how to execute these multiple
> statement?. Is it possible in acess 2000. can I have your suggestions?.
>

select * from T1; select * from T2; select * from T3;


--
WBR, Roman S. Golubin
ICQ UIN 63253392
golubin@arhcity.ru

This posting is provided "AS IS" with no warranties, and confers no rights.



Re: Access Related Query by Kishor

Kishor
Tue Oct 28 07:37:25 CST 2003

hi Golubin,
This is not working for insert statement. I wanted to insert data in to a
table via single sql statement. Sql statement would contain multiple insert
statement.


Thanks
Kishor


"Roman S. Golubin1709176985" <golubin@arhcity.ru> wrote in message
news:bnlbef$6vd$1@arhadm.atnet.ru...
>
> Hi, Kishor!
>
> > I am using Access as a backend to my project. From my front end I am
> issuing
> > the queries, however I am finding it is too much slow. I wanted to
> execute
> > multiple sql statement. My question here is how to execute these
multiple
> > statement?. Is it possible in acess 2000. can I have your suggestions?.
> >
>
> select * from T1; select * from T2; select * from T3;
>
>
> --
> WBR, Roman S. Golubin
> ICQ UIN 63253392
> golubin@arhcity.ru
>
> This posting is provided "AS IS" with no warranties, and confers no
rights.
>
>



Re: Access Related Query by Paul

Paul
Wed Oct 29 07:19:20 CST 2003

On Tue, 28 Oct 2003 19:07:25 +0530, "Kishor" <Kpise@hotmail.com> wrote:

¤ hi Golubin,
¤ This is not working for insert statement. I wanted to insert data in to a
¤ table via single sql statement. Sql statement would contain multiple insert
¤ statement.
¤

Have you tried using QueryDefs with parameters instead?


Paul ~~~ pclement@ameritech.net
Microsoft MVP (Visual Basic)