Post
by Jeff Luther » 17 Jul 2007, 17:47
Posted by: Jeff Luther
You declare 2 Sql Handles, assign your SqlDatabase et al parameters
for the 1st database and invoke SqlConnect( hSqlOne ).
Assuming it connects ok assign, assign your SqlDatabase et al parameters
for the 2nd database and invoke SqlConnect( hSqlTwo ).
Be sure to SqlDisconnect() both handles before or when your application
terminates. And be sure to read the TD and other online PDF books, and
look at the samples. I have a link on my page below if you do not have
the books installed on your machine.
Best Regards,
Jeff @ PC Design
info. & samples: www.JeffLuther.net/gupta/