![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
OK ... I am using UPS Worldship that issues an ODBC query to my MS2K server ... Worldship can query either a table or a view and retreive shipping info for a supplied orderid. (..) If not is there some other way I can create a DB table and run a select against it ... based on the Worldship query? |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
OK ... I think I got something that might work? I will create a unique SQL login for the Worldship application and then using the above method posted in my 1st post execute a stored procedurer and then access the ODBC SQL with code prototyped in the following SP: CREATE PROCEDURE dbo.sp_ups_pull AS |
|
Which return the ODBC SQL ... which I will parse the orderid from the WHERE cluase. So does anyone see major issues using this method? How do Input Buffers relate to ODBC connections ... I guess I will need to ensure that there is only ever one row returned from sp_who for my unique DB users, Any one see other problems .... or a better solution? |
![]() |
| Thread Tools | |
| Display Modes | |
| |