Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error 1526 Connectivity Error
Message
De
13/04/2000 21:44:12
George Simon
GS Data Technologies, LLC
Cincinnati, Ohio, États-Unis
 
 
À
13/04/2000 14:45:32
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Divers
Thread ID:
00358720
Message ID:
00359614
Vues:
9
Hi Mike,

Thanks for the response. I found what created the problem. The problem occurred when I tried to use a VFP memo field as an input parameter.

This code generates the error:

SELECT cLead
lnResult = SQLEXEC( lnConn, [{CALL usp_lead_insert ( ?leadid, ?leadnum, ?leadnotes)}] )


This code works:

SELECT cLead
lcLeadNotes = ALLTRIM(cLead.leadnotes)
lnResult = SQLEXEC( lnConn, [{CALL usp_lead_insert ( ?leadid, ?leadnum, ?lcLeadNotes)}] )

I will look at Q240137 this evening.

George
George Simon, MCP
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform