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 SkipVought 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. LethalPacifier

    VB.Net to MS Access via SQL Problem

    OK, hindsight is 20/20. Well the problem was nothing to do with how the parameter was passed. I found that "User" is a MS Access reserved word. It cannot be used as a column header. It let me name the colmun "User" but when keeping all parameters in the SQL string except "User" the UPDATED...
  2. LethalPacifier

    VB.Net to MS Access via SQL Problem

    As of now all variables are either String types or .Text from a control, which I guess is String, from a VB.Net form. I am not using any boolean or numeric (Integer, Byte, Short) types any longer. But in any case, the String type didn't solve the problem. The Output portion is a Javascript...
  3. LethalPacifier

    ASP.Net changes not written to database?!? VS.Net 2003

    Not sure what language you use to do the code. But I think I had a similar problem with ASP.Net with VB. I initialized some controls on a form and if they were updated and a button clicked to post them to the server and onto a DB the code would only get the original initialized values. I...
  4. LethalPacifier

    VB.Net to MS Access via SQL Problem

    Additionally, no error is generated in VB when sending this Admin string.
  5. LethalPacifier

    VB.Net to MS Access via SQL Problem

    I have a web form that accesses a MS Access (.mdb) file. The has on one table with a dozen columns and records. All columns are text. From the VB.Net page I issue an SQl UPDATE string that uses valuse from various controls on the page. The string is as follows: (VB.Net): Return "UPDATE...

Part and Inventory Search

Back
Top