Search results for query: *

  1. C

    How to Insert String In To SQL Express Database Field

    I was able to get it work. I was opening and closing the database incorrectly. Once I changed the code to "public" and made sure the sequence was correct, I now get the data from my BUS in to the SQL field. Thank you,
  2. C

    How to Insert String In To SQL Express Database Field

    I appreciate the reference. I am a complete NOOB so, Unfortunately for me; since its not 'working code' I'm still lost. Are there any examples that you know of that insert the date and time into an SQL database every second? That would help me to understand how to make this work.
  3. C

    How to Insert String In To SQL Express Database Field

    Hello Community, I currently has a cluster of example code that I would like to combine. My current challenge is inserting a string from my GPIB bus into my SQL Database field. My working code looks something like this: Dim vpp1 As String vpp1 = GpibDevice.ReadString() MsgBox("Current Voltage...
Back
Top