12/12/2024 3:00:57 PM
slxdeveloper.com
Now Live!
|
|
|
|
Tracy CSI
fjrigjwwe9r1SiteUser:UserBio fiogf49gjkf0d
|
|
Log in to send this member a
message! |
|
|
Tracy's
Contributions |
Tracy
has contributed
comments and
0
articles.
|
|
Select to view:
|
Comment: Re: SalesLogix Synchronization Report
fiogf49gjkf0d there is another new problem line:104 Error: component 'MSWINSCK.OCX' or one of its dependencies not correctly registered:a file is missing orinvalid
Author: Tracy - 4/9/2008
|
|
Comment: Re: SalesLogix Synchronization Report
fiogf49gjkf0d Ryan.I get this error: Line 92 Error:Active Invalid Create Object: "SendMail.Message"
Author: Tracy - 4/8/2008
|
|
Comment: Re: Introduction to .NET in SalesLogix Version 7
fiogf49gjkf0d hi Ryan I have a problem,please give me a hand .
try { string constr= "Provider=SLXOLEDB.1;Password=\"anyuecrm\";Persist Security Info=True;User ID=admin;Initial Catalog=anyue4-1;Data Source=ck2602;Extended Properties=\"PORT=1706;LOG=ON;CASEINSENSITIVEFIND=ON;AUTOINCBATCHSIZE=1;SVRCERT=;\"";
System.Data.OleDb.OleDbConnection o_con = new OleDbConnection(constr); o_con.Open(); } catch(Exception ex) { System.Windows.Forms.MessageBox.Show(ex.Message.ToString()); }
The error of connection. Error: "There is not available information that is incorrect:E_UNEXPECTED( 0x8000FFF)
Author: Tracy - 4/8/2008
|
|
Comment: Re: Creating SalesLogix Table ID Values - The Definitive Guide
fiogf49gjkf0d Thanks ,Ryan.But I was unsuccessful. *------------------------------------------------- string con ="Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sysdba;password=masterkey;Initial Catalog=CSI_backup;Data Source=TRACY;Use Procedure for Prepare=1;Auto Translate=True;Packet Size=4096;Workstation ID=TRACY;Use Encryption for Data=False;Tag with column collation when possible=False" ; string keyname = "ACCOUNT"; using (OleDbConnection conn = new OleDbConnection(con)); conn.Open(); using (OleDbCommand cmd = new OleDbCommand(string.Format("slx_dbids('{0}', 1)", keyname), conn)) { this.TextBox1.Text = cmd.ExecuteScalar().ToString(); } *---------------------------------------------------------------------------------
ERROR:Incorrect syntax near 'ACCOUNT'. System.Data.OleDb.OleDbException: Line 1: Incorrect syntax near 'ACCOUNT'
Please help me,thanks
Author: Tracy - 5/30/2007
|
|
Comment: Re: Creating SalesLogix Table ID Values - The Definitive Guide
fiogf49gjkf0d Thanks ,Ryan.But I was unsuccessful. *------------------------------------------------- string con ="Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sysdba;password=masterkey;Initial Catalog=CSI_backup;Data Source=TRACY;Use Procedure for Prepare=1;Auto Translate=True;Packet Size=4096;Workstation ID=TRACY;Use Encryption for Data=False;Tag with column collation when possible=False" ; using (OleDbConnection conn = new OleDbConnection(con)); conn.Open(); using (OleDbCommand cmd = new OleDbCommand(string.Format("slx_dbids('{0}', {1})", keyname, 1), conn)) { this.TextBox1.Text = cmd.ExecuteScalar().ToString(); } *---------------------------------------------------------------------------------
ERROR:Incorrect syntax near 'ACCOUNT'. Please help me,thanks
Author: Tracy - 5/30/2007
|
|
|
|
|
|
|
|