Search found 8 matches

by BastiFantasti
04.04.2016, 08:45
Forum: MS SQL Server
Topic: German Umlaute Encoding Issue
Replies: 7
Views: 3233

Re: German Umlaute Encoding Issue

Thanks for the replies, I used both sybdb.dlls with and without iconv support. And set all UTF8 related property tags i came across. The result was the same :( By now I had no time to test the posted files because I'm quite in a hurry with my current project. I've implemented ADO as an alternative w...
by BastiFantasti
24.03.2016, 20:09
Forum: MS SQL Server
Topic: German Umlaute Encoding Issue
Replies: 7
Views: 3233

Re: German Umlaute Encoding Issue

Hi,

sorry I mixed it all up :angle:

I just internally call it MSSQL for my INI file.
In the INI section there is:

DriverIdent=FreeTDS_MsSQL>=2005
DriverPath=drivers\mssql\sybdb.dll

Best regards and have a great easter weekend, too
Bastian
by BastiFantasti
24.03.2016, 13:49
Forum: MS SQL Server
Topic: German Umlaute Encoding Issue
Replies: 7
Views: 3233

Re: German Umlaute Encoding Issue

Hi and thanks to both for the quick reply. this is the table where I wanted to execute the insert query on: CREATE TABLE Zeichnung ( ProjID VARCHAR(128) NOT NULL , Projklas VARCHAR(64) , merkmn1 FLOAT , merkmn2 FLOAT , merkms1 VARCHAR(64) , bearbeit VARCHAR(32) , edatum DATE , aedatum DATE , bemerk ...
by BastiFantasti
22.03.2016, 16:30
Forum: MS SQL Server
Topic: German Umlaute Encoding Issue
Replies: 7
Views: 3233

German Umlaute Encoding Issue

Hi all, first of all the versions I'm using: Delphi 10 zeos testing-7.3 FreeTDS from zeos testing MS SQL Server 2008 (SP2?) currently I'm facing an issue with the migration from my BDE database to MS SQL Server with the German Umlaute ä,ö,ü I know this issue has been discussed in severel threads and...
by BastiFantasti
03.03.2016, 09:20
Forum: MS SQL Server
Topic: FreeTDS Connection to MS SQL 2008
Replies: 4
Views: 4047

Re: FreeTDS Connection to MS SQL 2008

I did some further research and found out, that the ODBC interface wasn't able to connect to the MSSQL Server as well. The reason was, that the "SQL Server Browser" service was not running on the database pc. I started the service and everythings good now! thanks again for your help. Best ...
by BastiFantasti
03.03.2016, 08:46
Forum: MS SQL Server
Topic: FreeTDS Connection to MS SQL 2008
Replies: 4
Views: 4047

Re: FreeTDS Connection to MS SQL 2008

Hi and thanks again for you quick reply. I can't get it to work :cry: . I've copied the sybdb.dll into the syswow64 folder and tried the parameters mentioned in your last post. I always get the exception: "DBError: [20009] : Unable to connect: Adaptive Server is unavailable or does not exist Di...
by BastiFantasti
01.03.2016, 12:36
Forum: MS SQL Server
Topic: FreeTDS Connection to MS SQL 2008
Replies: 4
Views: 4047

Re: FreeTDS Connection to MS SQL 2008

Hi and thanks for your quick reply.
I will try your settings as soon as possible and come back with the results.

Best regards,
Bastian
by BastiFantasti
23.02.2016, 13:27
Forum: MS SQL Server
Topic: FreeTDS Connection to MS SQL 2008
Replies: 4
Views: 4047

FreeTDS Connection to MS SQL 2008

Hi @all, I'm trying to establish a connection to a MS SQL Server 2008 Express using the Freetds driver in zeos. But so far without any success :( . I've googled around, but did not find any configuration which was working. Or even any code snippet which would lead me into the correct direction. Now ...