OK...Connection String:
//set the database engine (which version of access to create the file for)
//i.e. Type 4 -> access 95 & 97; Type 5 = access 2000 - current
DataSource := 'Provider=Microsoft.Jet.OLEDB.4.0' + ';Data Source=' +
dbName + ';Jet OLEDB:Engine Type=5';
http://www.delphipages.com/threads/thread.cfm?ID=165855&G=165855
he cambiado el :
Jet OLEDB:Engine Type=4, por
Jet OLEDB:Engine Type=5
por ahora funciona, espero que en las próximas sentencias siga funcionando.
un saludo a todos.
//set the database engine (which version of access to create the file for)
//i.e. Type 4 -> access 95 & 97; Type 5 = access 2000 - current
DataSource := 'Provider=Microsoft.Jet.OLEDB.4.0' + ';Data Source=' +
dbName + ';Jet OLEDB:Engine Type=5';
http://www.delphipages.com/threads/thread.cfm?ID=165855&G=165855
he cambiado el :
Jet OLEDB:Engine Type=4, por
Jet OLEDB:Engine Type=5
por ahora funciona, espero que en las próximas sentencias siga funcionando.
un saludo a todos.