Hello, I am using a MS SQL Server an useing the library "SQLCallPRoc Version 1-10" from keirS
I have the following stored procedure:
CREATE procedure [dbo].[sp_TMS_BuchenPersKommt](
@cPersNr char(10),
@dDatum AMSDate,
@dZeit AMSTime,
@cGrund char(1)
) as
begin
set...
Hello, I am stuck with JDBC and MSSQL. I have successfully connected using JDBC like so:
Sub Process_Globals
Public msSQL As JdbcSQL
Private driver As String = "net.sourceforge.jtds.jdbc.Driver"
Private jdbcUrl As String = "jdbc:jtds:sqlserver://192.168.100.212/OPENXMLTesting"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.