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 dencom 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: JFrog
  • Content: Threads
  • Order by date
  1. JFrog

    Packaging and Deploying a Program

    I am a very low level programmer at best. I have finally wrote a program that my company can actually use! I am very excited about this, but I have no idea how to package and deploy a program using VB.Net. This would be the first program I have wrote that actually would be used. Can anyone tell...
  2. JFrog

    How do I handle DBNULL?

    Basically I have a Access DB... I try and pull a record from 1 table and Insert into another. When I try and Insert I get a Data Type Mismatch Error. I believe because one field is System.DBNULL. So the Question I have is how do I check the field to see if its a DBNULL then Change the Value to...
  3. JFrog

    Syntax Error In String

    ("Update Mas90Data Set Result = 'REVRSL' Where CheckNumber = '" & Mas90CheckNumber, dbconnection) I hate SQL... Thanks for Helping feed my family.
  4. JFrog

    Data Type Mismatch / SQL Issue

    Sorry for my very lack of understanding.... and Thanks for yours. When I try and run the following SQL Statement I get the error message "Data Type mismatch" ("Update Mas90Data Set Result = 'REVRSL' Where CheckNumber = '" & Mas90CheckNumber & "'", dbconnection) If I remove the "Where portion...

Part and Inventory Search

Back
Top