vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| roycox@hotmail.com (Roy) wrote in message news:<207d6e07.0308110454.12e96eba@posting.google. com>... > I have a stored procedure thats run on an SQL Server Database but I > want to run the S.P from an AS/400. I've had a hard time finding > information on this, can anyone advise? Thank you. I know very little about AS/400s, but there are a couple of general approaches you could investigate (among others, I'm sure). If you can schedule the SP (as opposed to running it on demand), you could output the results to a file, then FTP or copy it to the AS/400 to be read in, perhaps using a DTS package. But that may not be an option, depending on what the proc does and how you need to call it. Or you could look at some sort of direct connection to MSSQL from the AS/400. There are probably third-party ODBC-type apps out there, or maybe a small Java program using the Microsoft JDBC driver would be possible? Simon |
| Thread Tools | |
| Display Modes | |
|
|