Search results for query: *

  1. J

    Bar Chart connect to SQL server

    Hi, I am trying to use the bar chart to display a column from my database but after I run the program only the legends appeared. I have two records stored in the database and exactly 2 legends appeared. here is my code: objConnect.Sql = Properties.Settings.Default.SQL2...
  2. J

    How to insert primary key via row[0]= ?

    Hi You are right one of the column size was too small. Thanks for your help :encouragement:
  3. J

    How to insert primary key via row[0]= ?

    Hi I am having trouble to add new record to my database. Without assign anything to the primary key field I am keep getting an error says "string or binary data would be truncated, statement terminated" I have set the PK field to Auto Increment so I don't really want to insert ids myself...
Back
Top Bottom