Search results for query: *

  1. jaysoul

    I need help with an SQL INSERT statement please?

    This is the error message I got when I inserted the message box you gave me:
  2. jaysoul

    I need help with an SQL INSERT statement please?

    Hey, The error I am getting is this: An unhandled exception of type 'System.Data.OleDb.OleDbException' occurred in system.data.dll I am just trying to put text from three text boxes into those colomns in the table of the database. Peace Jay
  3. jaysoul

    I need help with an SQL INSERT statement please?

    I'm really sorry to be a pain in the ass! ... but My SQL Insert statement now seems to be fine, I have copied and pasted your example in. However, my programme is still falling over when I try to execute the insert. Can you see anything else wrong my friend? It tells me that it fails on the...
  4. jaysoul

    I need help with an SQL INSERT statement please?

    Hi Techgnome. Thanks for the reply. I have tried it like you said I think, bit am getting this result.
  5. jaysoul

    I need help with an SQL INSERT statement please?

    Hi, I just need to know the correct syntax for an SQL INSERT statement I am trying to get right. I think the problematic part is when I am trying to write my VALUES. I want to insert three variables that I have declared into three entries in my table. Here is my statement: SQLaddmodule...
  6. jaysoul

    Help finding a highest value integer

    Hi Kulrom... thanks for the reply. Yeah, you went far to fast and far too deep there mate! :eek: You need to go step by step and explain the code involved I'm afraid. How do I get my integers into an array and then how do I pull out the first and last numbers? Kind Regards Jay
  7. jaysoul

    Help finding a highest value integer

    Hi, I am very new to vb.net but am enjoying getting to grips with it. I have only been using vb.net for 2 months now. I'm sure what I need to do is very simple but just need to know how to do it. If I have 10-15 text boxes or combo boxes all containing integers. How can I write a peice...
Back
Top