I know this is a very basic question, but I can't find an understandable answer for it.
I want to create an SQL insert command in Java to send to an MS Acess database. I want to send values that have been computed and so they don't exist as strings. I need to know the syntax I need to use with a variable when I'm putting the insert request together so I can send it to my MS Access database. I have all the code working to query the database, but this is the first time I've tried putting something into it from my program.
I've received great help from Tek-Tips in the past. I hope someone will be kind enough to answer this very basic question for me.Thanks.
I want to create an SQL insert command in Java to send to an MS Acess database. I want to send values that have been computed and so they don't exist as strings. I need to know the syntax I need to use with a variable when I'm putting the insert request together so I can send it to my MS Access database. I have all the code working to query the database, but this is the first time I've tried putting something into it from my program.
I've received great help from Tek-Tips in the past. I hope someone will be kind enough to answer this very basic question for me.Thanks.