Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Monday, March 18, 2024 
 
View User Profile  

 User Profile - Tracy  
Tracy
CSI

fjrigjwwe9r1SiteUser:UserBio
fiogf49gjkf0d


Log in to send this member a message!
 


 Tracy's Contributions
Tracy has contributed 5 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

 


 
 slxdeveloper.com is brought to you courtesy of Ryan Farley & Customer FX Corporation.
 This site, and all contents herein, are Copyright © 2024 Customer FX Corporation. The information and opinions expressed here are not endorsed by Sage Software.

code of conduct | Subscribe to the slxdeveloper.com Latest Article RSS feed
   
 
page cache (param): 3/18/2024 11:51:52 PM