gpib

  1. 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