Search found 3 matches

by noel
04.10.2007, 19:58
Forum: MS SQL Server
Topic: Connecting MSsql from Linux - libsybdb.so - problem
Replies: 7
Views: 6299

OK
I made some changes.
I have installed a FreeTDS rpm, but not for my RH distribution, but marked as other,
and there is libsybdb.so.

But Still not working

When I'm trying to connect (to mssql server) I have a messagebox "ACCESS VIOLATION"

What might be the problem ??
by noel
02.10.2007, 18:54
Forum: MS SQL Server
Topic: Stored procedure
Replies: 1
Views: 2480

What do you mean by 2 or more (recordsets or rows in recordset) ?? Using Lazarus IDE in MS Windows you just need to execute stored procedure as a query: begin ZConnection1.Connect; if ZConnection1.Connected = true then begin showmessage ('Zeo cnn OK!!'); ZQuery1.Close; ZQuery1.SQL.Clear; ZQuery1.SQL...
by noel
02.10.2007, 18:05
Forum: MS SQL Server
Topic: Connecting MSsql from Linux - libsybdb.so - problem
Replies: 7
Views: 6299

Connecting MSsql from Linux - libsybdb.so - problem

Heloo everyone I Have simple question - related to: http://zeos.firmos.at/viewtopic.php?t=1262 and http://zeos.firmos.at/viewtopic.php?t=275 (ZPlainDbLibMsSql7.pas) - what's with libsybdb.so ?? I have downloaded and instaled FreeTDS 0.64 and there is: libsybdb.so.5 but no libsybdb.so Is it the same ...