Topic: External Database
Not finding your answer? Try searching the web for External Database
Answers to Common Questions
What are the example of external database?
what are the example of external what are the example of external Read More »
Source: http://wiki.answers.com/Q/What_are_the_example_of_external_databa...
What are the internal and external constraints of a database syst...
dunno u fish licking monkey Read More »
Source: http://wiki.answers.com/Q/What_are_the_internal_and_external_cons...
What are External data ranges from databases named with?
the name of the query Read More »
Source: http://wiki.answers.com/Q/What_are_External_data_ranges_from_data...
More Common Questions
Answers to Other Common Questions
check out the NorthwindOLEdb sample. C:\Program Files\Microsoft SQL Server CE 2.0\Samples\eVC good luck! Marius
Read More »
Source: http://www.experts-exchange.com/Q_20414903.htm
Hi This question needs extra information to answer. However an external database means a database file or service like MS Access or MS SQL Server. Just post the details of requirements or the event where you have hit this doubt to me.
Read More »
Source: http://answers.yahoo.com/question/index?qid=20080204041840AATFGv0
Hello meciab, Example: docmd.TransferDatabase acImport,,"c:\mydatabase.mdb ",acTable,"tblmytable","tblNewname",false Look at Transferdatabase in Help for all the options. Pete
Read More »
Source: http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q...
If you want to transfer data to an external database from your Access application you've got 2 choices: 1. Write the import routine outside of the Access application OR 2. Create link tables inside your Access application and append the A...
Read More »
Source: http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q...
Why do you need to link it? If your going to do the linking in your sql statements you could.... dim conn as adodb.connection set conn = new adodb.connection conn.connectionstring = ..... conn.open dim sql sql = your sql with the join dim ...
Read More »
Source: http://www.experts-exchange.com/Q_20169357.htm
I see you problem now. do you have the latest SP for XP installed? perhaps changing the connection string programmatically might help.: http://www.dicks-clicks.com/excel/ExternalData3.htm#CreateVBA Othterwise I cannot figure a workaround fo...
Read More »
Source: http://www.experts-exchange.com/Q_21473392.htm
Instead of creating a link and then deleting the link can you just use DoCmd.Transferdatabase to move your data?
Read More »
Source: http://www.experts-exchange.com/Q_23112012.htm