Click here to Skip to main content
15,900,725 members
Home / Discussions / Database
   

Database

 
GeneralRe: Multiple INSERTs in a Stored Procedure Pin
Edbert P17-Nov-04 19:31
Edbert P17-Nov-04 19:31 
GeneralRe: Multiple INSERTs in a Stored Procedure Pin
Luis Alonso Ramos18-Nov-04 6:59
Luis Alonso Ramos18-Nov-04 6:59 
GeneralWHERE X IN QueryY - Parameters Pin
Tristan Rhodes17-Nov-04 3:11
Tristan Rhodes17-Nov-04 3:11 
GeneralRe: WHERE X IN QueryY - Parameters Pin
Mike Ellison17-Nov-04 6:30
Mike Ellison17-Nov-04 6:30 
GeneralRe: WHERE X IN QueryY - Parameters Pin
Tristan Rhodes17-Nov-04 22:31
Tristan Rhodes17-Nov-04 22:31 
GeneralRe: WHERE X IN QueryY - Parameters Pin
Mike Ellison18-Nov-04 8:41
Mike Ellison18-Nov-04 8:41 
GeneralRe: WHERE X IN QueryY - Parameters Pin
Tristan Rhodes18-Nov-04 23:39
Tristan Rhodes18-Nov-04 23:39 
Generalcannot execute dts packages with asp.net Pin
steven_wong16-Nov-04 16:38
steven_wong16-Nov-04 16:38 
I've got a problem executing DTS package from ASP.Net.

I use this code:

Dim oPkg As DTS.Package

oPkg = CreateObject("DTS.Package")
oPkg.LoadFromSQLServer("WIN2000", "UID", "password",
DTS.DTSSQLServerStorageFlags.DTSSQLStgFlag_Default, , , ,
"Import_Sales_History")
oPkg.Execute()
oPkg.UnInitialize()
oPkg = Nothing

I used this code before, and it always worked. Now it doesn't. The problem
is that I'm not receiving any error messages, so I cannot find out what's
wrong. When I step through the code I don't see anything unusual. But in
fact it doesn't do anything, no data has been imported. When I execute the
package manually - everything is OK.

GeneralRe: cannot execute dts packages with asp.net Pin
minhpc_bk16-Nov-04 18:56
minhpc_bk16-Nov-04 18:56 
GeneralRe: cannot execute dts packages with asp.net Pin
steven_wong17-Nov-04 22:16
steven_wong17-Nov-04 22:16 
GeneralRe: cannot execute dts packages with asp.net Pin
minhpc_bk18-Nov-04 22:54
minhpc_bk18-Nov-04 22:54 
GeneralRe: cannot execute dts packages with asp.net Pin
steven_wong20-Nov-04 16:27
steven_wong20-Nov-04 16:27 
GeneralRe: cannot execute dts packages with asp.net Pin
minhpc_bk21-Nov-04 23:16
minhpc_bk21-Nov-04 23:16 
GeneralRe: cannot execute dts packages with asp.net Pin
minhpc_bk25-Nov-04 13:44
minhpc_bk25-Nov-04 13:44 
GeneralCRecordset Edit Pin
Shotgun16-Nov-04 14:45
Shotgun16-Nov-04 14:45 
GeneralSQLDataReader for image type Pin
mysorian16-Nov-04 12:09
professionalmysorian16-Nov-04 12:09 
GeneralRe: SQLDataReader for image type Pin
Luis Alonso Ramos21-Nov-04 15:25
Luis Alonso Ramos21-Nov-04 15:25 
GeneralRe: SQLDataReader for image type Pin
mysorian21-Nov-04 18:18
professionalmysorian21-Nov-04 18:18 
GeneralRe: SQLDataReader for image type Pin
Luis Alonso Ramos21-Nov-04 18:44
Luis Alonso Ramos21-Nov-04 18:44 
GeneralRe: SQLDataReader for image type Pin
mysorian22-Nov-04 0:33
professionalmysorian22-Nov-04 0:33 
GeneralRe: SQLDataReader for image type Pin
Luis Alonso Ramos22-Nov-04 5:42
Luis Alonso Ramos22-Nov-04 5:42 
GeneralData Truncated using DAO / ODBC Informix Pin
@LX16-Nov-04 11:31
@LX16-Nov-04 11:31 
GeneralFoxPro ... ODBC ... Help !! Pin
fadee16-Nov-04 10:29
fadee16-Nov-04 10:29 
GeneralRe: FoxPro ... ODBC ... Help !! Pin
fadee17-Nov-04 17:45
fadee17-Nov-04 17:45 
GeneralCould not delete from specified tables Pin
NMiceli16-Nov-04 9:43
NMiceli16-Nov-04 9:43 

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.