Click here to Skip to main content
15,887,812 members
Home / Discussions / Database
   

Database

 
GeneralRe: Connection Pooling Pin
Colin Angus Mackay21-Jun-05 10:04
Colin Angus Mackay21-Jun-05 10:04 
GeneralRe: Connection Pooling Pin
anju21-Jun-05 10:14
anju21-Jun-05 10:14 
GeneralRe: Connection Pooling Pin
Luis Alonso Ramos21-Jun-05 16:58
Luis Alonso Ramos21-Jun-05 16:58 
GeneralRe: Connection Pooling Pin
Colin Angus Mackay21-Jun-05 20:25
Colin Angus Mackay21-Jun-05 20:25 
GeneralRe: Connection Pooling Pin
Mike Dimmick22-Jun-05 2:43
Mike Dimmick22-Jun-05 2:43 
GeneralRe: Connection Pooling Pin
Colin Angus Mackay22-Jun-05 2:58
Colin Angus Mackay22-Jun-05 2:58 
GeneralRe: Connection Pooling Pin
Luis Alonso Ramos22-Jun-05 14:21
Luis Alonso Ramos22-Jun-05 14:21 
GeneralUsing Zip component to Zip files Pin
Wilbur J. Pereira21-Jun-05 2:56
Wilbur J. Pereira21-Jun-05 2:56 
I want to zip files using a freely available Zip component which is available for download from the below address

http://www.xstandard.com/page.asp?p=C9891D8A-5390-44ED-BC60-2267ED6763A7&ss=D6DD5252-781D-47AE-900A-29F56BB7DFFE

The Following is the way i'm trying to zip the file but i m not able to Zip the file and save it

Please help me.


DECLARE @Result int, @Zipper int, @FileID int ,@source varchar(255), @description varchar(255)
execute sp_OACreate 'XStandard.Zip', @Zipper OUT
execute @Result = sp_OAMethod @Zipper, 'Pack', @FileID,'c:\\helloSQL.txt','c:\\wilbur.zip',true,9



Regards
Wilbur J. Pereira

"If they love me let them, for the heck of it.If they don't, who da heck cares about it"
GeneralRe: Using Zip component to Zip files Pin
Eduard Keilholz21-Jun-05 22:46
Eduard Keilholz21-Jun-05 22:46 
GeneralExecuting DTS packages Pin
AetherS21-Jun-05 2:16
AetherS21-Jun-05 2:16 
GeneralIn Depth Knowledge - Edit Almost Anything in a datagrid -Declan Brennan Pin
21-Jun-05 1:15
suss21-Jun-05 1:15 
GeneralDisplay data in tree view. Pin
Anonymous20-Jun-05 23:46
Anonymous20-Jun-05 23:46 
GeneralSave DataTable to dbf Pin
kost8120-Jun-05 22:31
kost8120-Jun-05 22:31 
GeneralRe: Save DataTable to dbf Pin
Marek Konieczny20-Jun-05 22:51
Marek Konieczny20-Jun-05 22:51 
GeneralRe: Save DataTable to dbf Pin
kost8122-Jun-05 3:33
kost8122-Jun-05 3:33 
QuestionCreating Tables at runtime? Pin
kbalias20-Jun-05 21:29
kbalias20-Jun-05 21:29 
AnswerRe: Creating Tables at runtime? Pin
Colin Angus Mackay20-Jun-05 23:01
Colin Angus Mackay20-Jun-05 23:01 
GeneralSearch Record Pin
ADY00720-Jun-05 8:45
ADY00720-Jun-05 8:45 
GeneralRe: Search Record Pin
Yulianto.20-Jun-05 15:43
Yulianto.20-Jun-05 15:43 
GeneralRe: Search Record Pin
Luis Alonso Ramos20-Jun-05 18:06
Luis Alonso Ramos20-Jun-05 18:06 
Generalread and display single record Pin
gharryh20-Jun-05 7:37
gharryh20-Jun-05 7:37 
GeneralRe: read and display single record Pin
Colin Angus Mackay20-Jun-05 10:44
Colin Angus Mackay20-Jun-05 10:44 
GeneralRe: read and display single record Pin
gharryh20-Jun-05 20:15
gharryh20-Jun-05 20:15 
GeneralRe: read and display single record Pin
Colin Angus Mackay20-Jun-05 20:24
Colin Angus Mackay20-Jun-05 20:24 
GeneralRe: read and display single record Pin
gharryh20-Jun-05 23:53
gharryh20-Jun-05 23: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.