Click here to Skip to main content
16,010,876 members
Home / Discussions / Database
   

Database

 
GeneralRe: Weirdness comes again, Open via ADO Pin
DanielO21-Aug-02 2:59
DanielO21-Aug-02 2:59 
GeneralStored Procedure and Jobs Pin
Pradhip15-Aug-02 12:44
Pradhip15-Aug-02 12:44 
GeneralRe: Stored Procedure and Jobs Pin
Mazdak16-Aug-02 9:12
Mazdak16-Aug-02 9:12 
GeneralRe: Stored Procedure and Jobs Pin
notadood20-Aug-02 4:00
notadood20-Aug-02 4:00 
GeneralSQL Server 2k Formula Pin
Robby15-Aug-02 2:33
Robby15-Aug-02 2:33 
GeneralRe: SQL Server 2k Formula Pin
David Salter15-Aug-02 3:43
David Salter15-Aug-02 3:43 
GeneralPassword protected Paradox files Pin
stephen woolhead15-Aug-02 2:28
stephen woolhead15-Aug-02 2:28 
GeneralAS/400 OLEDB via ASP Pin
Anonymous12-Aug-02 8:02
Anonymous12-Aug-02 8:02 
I'm using the following to connect to a database on the AS/400 via ASP. This code works correctly in my VB app but not in ASP. The result set returns from a library other than VENDORLIB2 specified below. Any ideas?Confused | :confused:


[cn.Open "Provider=IBMDA400;Data Source=????;", "???", "???"

Set cm.ActiveConnection = cn
cm.Properties("Updatability") = 0

‘Stored Proc Example
cm.CommandText = "{call VENDORLIB2.???('123456789', '')}"

Set rs = cm.Execute(nRecords, , adCmdText)]


GeneralRe: AS/400 OLEDB via ASP Pin
Mauricio Ritter24-Aug-02 2:24
Mauricio Ritter24-Aug-02 2:24 
GeneralVARIANT to std::string Pin
Shamoon12-Aug-02 1:27
Shamoon12-Aug-02 1:27 
Generalretrieve column length Pin
Garth11-Aug-02 19:21
Garth11-Aug-02 19:21 
GeneralRe: retrieve column length Pin
Mauricio Ritter12-Aug-02 8:28
Mauricio Ritter12-Aug-02 8:28 
GeneralRe: retrieve column length Pin
notadood15-Aug-02 8:13
notadood15-Aug-02 8:13 
GeneralSource code in need for my project Pin
DotNet10-Aug-02 20:56
DotNet10-Aug-02 20:56 
GeneralRe: Source code in need for my project Pin
Nick Parker13-Aug-02 4:49
protectorNick Parker13-Aug-02 4:49 
GeneralAggregate Query... Pin
Hyien10-Aug-02 8:47
Hyien10-Aug-02 8:47 
GeneralRe: Aggregate Query... Pin
Mazdak10-Aug-02 19:40
Mazdak10-Aug-02 19:40 
GeneralRe: Source Code in need for Inventory System Pin
SimonS10-Aug-02 7:27
SimonS10-Aug-02 7:27 
GeneralUDF in SQLServer2000 Pin
Mazdak9-Aug-02 20:41
Mazdak9-Aug-02 20:41 
Generalexecuting a DTS from a stored proc.... Pin
Thesisus8-Aug-02 5:15
Thesisus8-Aug-02 5:15 
GeneralRe: executing a DTS from a stored proc.... Pin
Nick Parker8-Aug-02 8:07
protectorNick Parker8-Aug-02 8:07 
GeneralRe: executing a DTS from a stored proc.... Pin
Thesisus9-Aug-02 5:46
Thesisus9-Aug-02 5:46 
GeneralRe: executing a DTS from a stored proc.... Pin
Nick Parker9-Aug-02 6:01
protectorNick Parker9-Aug-02 6:01 
GeneralRe: executing a DTS from a stored proc.... Pin
klateno11-Aug-02 3:39
klateno11-Aug-02 3:39 
QuestionHow can I change properties for keys (ie: Caption,input mask,ect) in access using ADO or ADOX? Pin
Bart-Man8-Aug-02 4:53
Bart-Man8-Aug-02 4:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.