NextResult with OleDB and Access 2000

  • Thread starter Thread starter Eric
  • Start date Start date
E

Eric

when I try to open a DataReader with a batch SQL like:
Select * from customers; Select * from providers;
or
Select * from customers Select * from providers

on an Access 2000 DB using de following Con. String:

Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\tmp\prueba.mdb

I get an Incorect Sintax Error.

It works fine on a SQL DB
How can I solve this problem with an Access DB.
 
Hi Eric,

AFAIK batch read is not supported for Access
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top