3/15/2026 7:32:31 AM
|
| |
| slxdeveloper.com Community Forums |
|
| |
|
|
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Forum to discuss writing script in Architect plugins for SalesLogix & general SalesLogix customization topics (for Windows client only). View the code of conduct for posting guidelines.
|
|
|
|
SLX Crash (slxdbengine.dll AppVer: 7.0.1.1100)
Posted: 02 Aug 07 9:27 AM
|
whenever I use the fowing code :
Dim adoConn
set adoConn = Application.GetNewConnection strSQL = "INSERT INTO CFN_WEB_PROFILE_DPA VALUES..." adoConn.Execute strSQL the following error is comming up
Faulting application saleslogix.exe, version 7.0.1.1069, faulting module slxdbengine.dll, version 7.0.1.1070, fault address 0x0004fb6c.
Can anyone help ? |
|
|
|
Re: SLX Crash (slxdbengine.dll AppVer: 7.0.1.1100)
Posted: 03 Aug 07 1:49 PM
|
you need to specify some FIELDS before you jump into your Values clause....
or a TableName?!
INSERT INTO TABLENAME CFN_WEB_PROFILE_DPA (Field1, Field2, Field3) VALUES (asdfadsf,asdfasdf,asdfadf)
|
|
|
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|