Subj : [C++Builder6] Error with ADO To : borland.public.cpp.borlandcpp From : juanito Date : Mon Aug 30 2004 04:26 pm Hi, i'm using TADOConnection and TADOTable components to use a microsoft access Database, so i configure TADOConnection as it is required. Here is my configuration: Provider=Microsoft.Jet.OLEDB.4.0;User ID=Admin;Data Source=D:\jean\Programmation\Log Analyser\Log ADO\bd1.mdb;Mode=Share Deny None;Extended Properties="";Jet OLEDB:System database="";Jet OLEDB:Registry Path="";Jet OLEDB:Database Password="";Jet OLEDB:Engine Type=5;Jet OLEDB:Database Locking Mode=1;Jet OLEDB:Global Partial Bulk Ops=2;Jet OLEDB:Global Bulk Transactions=1;Jet OLEDB:New Database Password="";Jet OLEDB:Create System Database=False;Jet OLEDB:Encrypt Database=False;Jet OLEDB:Don't Copy Locale on Compact=False;Jet OLEDB:Compact Without Replica Repair=False;Jet OLEDB:SFP=False I didn't see any mistake in this configuration, so i decided, to turn on my TADOTable, i selected the good ADOConnection, but when i put it to true, C++ told me : Error of syntax in the clause FROM Thank's in advance for your help. Juanito .