I am new in b4a and want to connect to MS SQL Server.
I wrote
dowbload : System.Data.SqlClient.Dll file and the MSSQL.Dll.
"..., now the application run after copy the System.Data.SqlClient.Dll file
and the MSSQL.Dll.!!!"
Sub App_Start
Form1.Show
cnDatos.New1
End Sub
Sub Button1_Click
If cnDatos.Open("Persist Security Info=False;Integrated Security=False;Server=XPS,1433; initial catalog=windip; user id=sa; password=12345;") Then
Msgbox("Conexion exitosa!!!","My First Program",cMsgboxYesNo,cMsgboxHand)
Else
Msgbox("Conexion ERRONEA!!!","My First Program",cMsgboxYesNo,cMsgboxHand)
End If
End Sub
My question is where to copy LIB, and how to attached in bv4
Pleas help me
I wrote
dowbload : System.Data.SqlClient.Dll file and the MSSQL.Dll.
"..., now the application run after copy the System.Data.SqlClient.Dll file
and the MSSQL.Dll.!!!"
Sub App_Start
Form1.Show
cnDatos.New1
End Sub
Sub Button1_Click
If cnDatos.Open("Persist Security Info=False;Integrated Security=False;Server=XPS,1433; initial catalog=windip; user id=sa; password=12345;") Then
Msgbox("Conexion exitosa!!!","My First Program",cMsgboxYesNo,cMsgboxHand)
Else
Msgbox("Conexion ERRONEA!!!","My First Program",cMsgboxYesNo,cMsgboxHand)
End If
End Sub
My question is where to copy LIB, and how to attached in bv4
Pleas help me