This site should help http://www.carlprothman.net/Default.aspx?tabid=81
"JACK88" <u48513[ at ]uwe> wrote in message news:8f76b1da08e35[ at ]uwe...
[Quoted Text] > Hi, i cannot figure out the address host name when i want to connect my > data > acces page to the microsoft OLE DB PROvider for sql server so that i can > link > (in data link properties) my data access page to the sql server. The > following address I was given are > > ODBC: > Driver={SQL Server}; Server=jack8.db.2965895.hostedresource.com; > Database=jack8; Uid=jack8; Pwd='your password'; > > OLE DB, OleDbConnection (.NET): > Provider=sqloledb; Data Source=jack8.db.2965895.hostedresource.com; > Initial > Catalog=jack8; User ID=jack8; Password='your password'; > > SqlConnection (.NET): > Data Source=jack8.db.2965895.hostedresource.com; Initial Catalog=jack8; > User > ID=jack8; Password='your password'; > > Thxs. > > Confused: Is this the right way to display my drop down combo box in the > data > access page by linking the data access page to sql server? Or is there > more > correct way? > > Thxs. Jack >
|