Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
LIST CONNECTIONS truncating to 50 bytes
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
LIST CONNECTIONS truncating to 50 bytes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Divers
Thread ID:
01351962
Message ID:
01351962
Vues:
78
When I create a connection in a DBC using a connection string and then LIST the connection the string data is trucated to 50 bytes.

Here is some test code:
CREATE DATABASE test
CREATE CONNECTION testcon CONNSTRING "Driver={MSSQL}; SERVER=123.123.123.123; UID=USRTEST; PWD=PASSWORD;"
LIST CONNECTIONS TO FILE "test.txt"
Here is what I see both on the screen and in the output file:
Connections in Database  TEST:
  testcon
 Driver={MSSQL}; SERVER=123.123.123.123; UID=USRTES      
Note that the connection string data is trucated to 50 bytes. Any idea why this is happening?

Thanks

Alec
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform