Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8bf1e09

Browse files
author
Hiroshi Inoue
committed
Use abbreviated connection string more widely.
This seems to fix the trouble with PowerBuilderreported by Magbus Weber.
1 parent15c21bf commit8bf1e09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/interfaces/odbc/dlg_specific.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,8 @@ makeConnectString(char *connect_string, const ConnInfo *ci, UWORD len)
506506
chargot_dsn= (ci->dsn[0]!='\0');
507507
charencoded_conn_settings[LARGE_REGISTRY_LEN];
508508
UWORDhlen;
509-
BOOLabbrev= (len <=400);
509+
/*BOOLabbrev = (len <= 400);*/
510+
BOOLabbrev= (len<1024);
510511

511512
/* fundamental info */
512513
sprintf(connect_string,"%s=%s;DATABASE=%s;SERVER=%s;PORT=%s;UID=%s;PWD=%s",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp