Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. dnjacks

    How to store connection string and then call it from C#

    So when using Webconfig, you do not have to add any of the below information? conn = new OleDbConnection "Provider=Microsoft.Jet.OLEDB.4.0; " + Data Source = " + Server.MapPath("DB/MyDB.mdb")); This is where I am getting confused. I am not telling the webconfig file what type of connection...
  2. dnjacks

    How to store connection string and then call it from C#

    Okay...I am starting my first C#/ASP.Net webpage and have it a stump off the bat. I want to store my connection string in the Webconfig file and then call it from code. I am connecting to an Access DB and using C#. The examples I have seen on configuring the Webconfig file does not address...
  3. dnjacks

    Check to see if table is empty

    I was hoping there was a way to do this with out using a recordset. If anyone else has an idea, please share.
  4. dnjacks

    Check to see if table is empty

    Is there a way I can check to see if a table is empty from code?

Part and Inventory Search

Back
Top