Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.
Dim cn As New ADODB.Connection
Dim strCS As String
strCS = "DRIVER={SQL Server};SERVER=PW-TEST;DATABASE=Inventory;UID=****;PWD=****"
cn.ConnectionString = strCS
cn.Open
Dim cmdCommand As New ADODB.Command
Dim rstRecordSet As New ADODB.Recordset
With cmdCommand
.ActiveConnection = cn...
Is it possible to connect to an SQL database through ADO while in a Microsoft Access VBA enviornment? I cant quite seem to get this working. A sample connect string etc would be appreciated.
I had to write a small program for work that would send out binary values to a controller from a serial port using c++ all you have to do is name the port and use the writefile() function, also you have to configure your port setting through the dcb block. Now about sending out the different...