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. KodoSan

    Add data into 2 tables

    if you want to do it at the same time then you may want to research cascading updates.
  2. KodoSan

    What does this means?

    if you are using IIS5 (win2k) or above then just add this next line to the ABSOLUTE TOP of your global.asa file. <!--METADATA TYPE=&quot;typelib&quot; FILE=&quot;c:\program files\common files\system\ado\msado15.dll&quot; -->
  3. KodoSan

    Help in Syntax Error in Insert Statement :-(

    you need to surround your values like so '&quot;&value&&quot;'
  4. KodoSan

    HTML FORM TO ACCESS

    I'm pretty sure you just open the page in access. It has a web page editor in it..
  5. KodoSan

    Question about SQL

    Just a general observation. Since connection strings determine what driver is used to connect to a database.. is SQL pretty much the same throughout the different DB types.. i.e can I use my ASP code that I use to connect to a MS SQL 7 server and just change the conn driver and use it for a...
  6. KodoSan

    Optimize your code

    Nice tips.. as a new coder I have learned a few things more that will help a lot! Thanks!
  7. KodoSan

    Text boxes and white spaces in text.. how to fix?

    value='&quot;& RS(&quot;State&quot;)&&quot;' that solved it! had to srround my statement in apostrophe's
  8. KodoSan

    Text boxes and white spaces in text.. how to fix?

    Where would I specify this server variable. btw, here's the code for the page: <!--#include file=&quot;subadmin.asp&quot;--> <!--#include file=&quot;../../connection.asp&quot;--> <!--#include file=&quot;../../adovbs.inc&quot;--> <% response.write &quot;Welcome to the Control Panel &quot; &...
  9. KodoSan

    Text boxes and white spaces in text.. how to fix?

    ok.. I'm still new to this and catching on fast .. what's the deal with pulling data to a text box. I have data that has spaces between the words. i.e. &quot;New York&quot; when I query the DB for it and have it show in text box all i get is &quot;New&quot;. can someone point me in the right...

Part and Inventory Search

Back
Top