Hi Dan,
I spent some time last night going through the page you have suggested :) It is ok, I have seen or done a lot of the stuff in it already. I am basically just checking what I already have to make sure that when I use it, that it is going to be the best practice way of doing it :) Thanks for all the advice and help. --- In [email protected], GreatDayDan <[EMAIL PROTECTED]> wrote: > Good Morning! > > First, let me refer you to this web page: > http://delphi.about.com/od/database/l/aa072401a.htm > It will explain how to use ADO to create an Access > db. > > Second, look here: > http://groups- beta.google.com/group/comp.lang.pascal.delphi.databases/browse_thread /thread/a4e79b103b45b212/f8857b9e3275dfd5? q=delphi+create+odbc&rnum=4#f8857b9e3275dfd5 > This is code and some explaination on how to create > an ODBC connection. (If you cannot find this, let me > know. I have it saved.) > > This is not the way I do it because I am using > propritary code, but the propritary code eventually > calls the same external function: SQLConfigDataSource. > > What I do is first check for the mdb file. If not > there, then I create it. (Use ADOCommand component, > not ADOQuery, to create the objects.) Then I create > the ODBC connection. It will simply replace an > existing connection or create a new one. > > HTH...Dan'l > > --- custom_soft_sol <[EMAIL PROTECTED]> wrote: > > > > > > > Hi Dan, > > > > Could you please send me the examples for the access > > db that you > > spoke about the other day? > > [EMAIL PROTECTED] > > > > Thanks a million. > > ____________________________________ > Every day is a Great day, but > some days are GREATER than others! > > > > __________________________________ > Do you Yahoo!? > Yahoo! Small Business - Try our new resources site! > http://smallbusiness.yahoo.com/resources/ ----------------------------------------------------- Home page: http://groups.yahoo.com/group/delphi-en/ To unsubscribe: [EMAIL PROTECTED] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/delphi-en/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

