Search results for query: *

  1. G

    Printing a database

    Hello, I have a movie database that currently holds 168 records I was setting up the print property in my appliaction that executes a sql statment to querie all the movies to a string call Strbody. My problem is that a printed page only holds 44 records and thats what is print out, the rest of...
  2. G

    Sql statment error with apostrophe

    Thank you jmcilhinney that did take care of the apostrophe error. I could not get the format you use to create the sql statement to work but, I am sure it is just me missing somthing small. I will keep trying to get it to work since you are right that method is much easier to read and less...
  3. G

    Sql statment error with apostrophe

    Well I was testing out my program for bugs an I found one... I have a text box that is used for a description of a movie, when I execute the update sql statement it accepts all characters with no errors except the apostrophe which when used it errors out. I suppose it interferes with the string...
  4. G

    Redirecting strConnection

    Kulrom please excuse my ignorance you were right I completely was lost until I realized what you were doing in the code. Again I did mention I was new right . lol Thank you again
  5. G

    Redirecting strConnection

    Thank you for your quick response. I was trying to figure out how to apply the code in my application but I have failed. This is what I am assuming the application object does, it will only store a location of the the file that has called it. In my case the Const g_strConnectionstring As...
  6. G

    Redirecting strConnection

    Hello I am fairly new at VB .net but I did manage to built myself a cool interface for a Movie database storing all the information in access using the following code to connect on form load. Private ObjOleDbConnection As OleDbConnection Private Connection As OleDbConnection Private...
Back
Top