Home
|
Forums
|
Contact
|
Search
|
Syndication
[login]
[create account]
Saturday, November 23, 2024
slxdeveloper.com
Home
Search
Contact us
About slxdeveloper
Syndication
Community
Forums
(NEW!)
Newsletter Archive
Members
Your Profile
Submit Article
General
Administration
(6)
OLE DB Provider
Miscellaneous
(2)
Architect
VBScript
(9)
ActiveX Controls
(6)
How To's
(14)
.NET Extensions
(3)
External
OLE DB Provider
(12)
SLAPI (SlgxApi.dll)
SalesLogix COM
(1)
Web
ASP/ASP.NET
(2)
Web Services
Web Client
Downloads
Samples
(17)
Documentation
(7)
Utilities
(18)
Resources
SalesLogix
(3)
Programming
(1)
11/23/2024 7:51:56 PM
slxdeveloper.com
Now Live!
View User Profile
User Profile -
Esteban
Esteban
MARFINA
buy antibiotics online
buy amoxicillin australia
blog.tgworkshop.com
buy amoxicillin-clavulanate
fjrigjwwe9r1SiteUser:UserBio
fiogf49gjkf0d
Log in
to send this member a message!
Esteban
's Contributions
Esteban
has contributed
1
comments and
0
articles.
Select to view:
Comments
Articles
Comment:
Re: Creating a New SalesLogix (v6) Table ID
fiogf49gjkf0d
Hi,
I have to accept that the article help me a lot. Let me add some new features, just in case you want to linh slx data base using vb.net
I've been testing this smaal code to create a SLX ID using the slx_dbids function. Just copy and paste the code below:
Function CreateSlxID(ByVal Table As String, ByVal Q As Integer) As Data.OleDb.OleDbDataReader
Dim SlxConn As New OleDb.OleDbConnection
Dim cmd As New OleDb.OleDbCommand("slx_dbids('" & Table & " ', " & Q & ")", SlxConn)
SlxConn.ConnectionString = "Provider=SLXNetwork.1;User ID=dd;Data Source=ORCL;Extended Properties=SLX Server=sistemas07;ADDRESS=localhost;Type=ODBC;PORT=1706;Persist Security Info=False;Location=localhost"
SlxConn.Open()
CreateSlxID = cmd.ExecuteReader()
SlxConn = Nothing
End Function
Good Luck
Steve
Author:
Esteban
- 12/17/2004
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
|
page cache (param): 11/23/2024 8:36:48 PM