JasonDBurke
Programmer
I am trying to access a database on SQL Server 2000 from an already existing app that does socket reads.. These are my steps:
Insert -> New ATL Object -> Data Access -> Consumer -> Select DataSource -> Microsoft OLE DB Consumer for SQL Server -> "All the login and Server Info needed" -> The Test connection "succeeds" -> I pick the table "dbo.alert_Info" -> Click change, Insert, and Delete.
A HEADER named dboalertInfo.H is added to my project automatically. How do I go about accessing the information in the "dbo.alert_Info" table now??!! Please help..
Jason
Insert -> New ATL Object -> Data Access -> Consumer -> Select DataSource -> Microsoft OLE DB Consumer for SQL Server -> "All the login and Server Info needed" -> The Test connection "succeeds" -> I pick the table "dbo.alert_Info" -> Click change, Insert, and Delete.
A HEADER named dboalertInfo.H is added to my project automatically. How do I go about accessing the information in the "dbo.alert_Info" table now??!! Please help..
Jason