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 Shaun E 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: *

  • Users: jimbob550
  • Content: Threads
  • Order by date
  1. jimbob550

    Useing ASP with .DBF files...but getting error with OLE DB Provider

    Hello, I'm createing a site that has to use a .dbf file full of records to display stats or current issues with the fields in it. I have tried making the database connection using ODBC using each type of the .dbf system drivers and I've also tried typing this in the code instead: connString =...
  2. jimbob550

    Destroying a session object?

    I don't want to use session.abandon because I have other session objects that are in use, but when I no longer have use for a particular session variable, how can I effectively destroy it so it's not using system resources? I tried session("variableName") = Nothing but I generated...
  3. jimbob550

    HTTP Headers?

    In IIS there is a tab for HTTP headers. What exactly does that do or how would I use that?
  4. jimbob550

    test

    test
  5. jimbob550

    Web Site security

    Hi, I've been making sites for a little while...still learning though. Just saw tek-tips and thought I'd try it out... Does anyone know how I can secure my web site so only people I want to enter it can enter it? I mean, I know I can make a log in and password, then request it from the next...

Part and Inventory Search

Back
Top