i am working in c#....can anybody help me to connect front end to back end.

Recommended Answers

All 3 Replies

what is the database you are using ?

what is the database you are using ?

i am using sqlserver 2005....front end is asp.net with c#

it is very easy, use this: as connection string

Driver={SQL Native Client};Server=myServerAddress;Database=myDataBase;Uid=myUsername;Pwd=myPassword;
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.