Wrox Programmer Forums
|
Welcome to the p2p.wrox.com Forums.

You are currently viewing the section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
Showing results 301 to 307 of 307
Search took 0.02 seconds.
Search: Posts Made By: Vadivel
Forum: Beginning VB 6 December 16th, 2004, 05:58 AM
Replies: 5
Views: 14,174
Posted By Vadivel
Ru, I guess you didn't add reference to the...

Ru,

I guess you didn't add reference to the Excel object library.
(Program >> Reference >> Microsoft Excel 9.0 Object Library)
Just add it, the code should work.


Best Regards
Vadivel
Forum: SQL Server 2000 December 16th, 2004, 04:55 AM
Replies: 5
Views: 2,384
Posted By Vadivel
Shailu, You cannot fire a trigger yourself....

Shailu,

You cannot fire a trigger yourself. Based on Insert/Update/Delete statement for a table .. it would fire automatically. That said, we can disable/enable a trigger based on our need.

So...
Forum: C# December 16th, 2004, 02:30 AM
Replies: 2
Views: 1,070
Posted By Vadivel
To my knowledge, .NET Framework doesn't have any...

To my knowledge, .NET Framework doesn't have any class library that allow the developers to access the FTP (file transfer protocol). But there are quite a few C# based FTP code available on the web....
Forum: General .NET December 16th, 2004, 02:19 AM
Replies: 21
Views: 3,793
Posted By Vadivel
Augustine, 1....

Augustine,

1. http://www.4guysfromrolla.com/webtech/012702-1.shtml
2. http://searchvb.techtarget.com/webcastsTranscript/0,289691,sid8_gci510765,00.html...
Forum: Beginning VB 6 December 16th, 2004, 01:48 AM
Replies: 5
Views: 14,174
Posted By Vadivel
Ru, Just create a new form and paste the...

Ru,

Just create a new form and paste the below by double clicking on it. I guess this code snippet would help you!

**************Code snippet starts here**************
Rem General Declaration...
Forum: SQL Server 2000 December 16th, 2004, 01:11 AM
Replies: 3
Views: 3,002
Posted By Vadivel
sp_rename is the system stored procedure used to...

sp_rename is the system stored procedure used to rename user created objects like "stored procedure", "trigger", "table" etc., This SP works pretty fine as long as you don't use it to rename a...
Forum: SQL Server 2000 December 16th, 2004, 12:47 AM
Replies: 5
Views: 2,384
Posted By Vadivel
Shailu, You need not manually call a...

Shailu,

You need not manually call a trigger. Go through the following steps for better understanding.

1. Create a INSERT trigger on Table1 which would insert the desired data into Table2
2....
Showing results 301 to 307 of 307

 




Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.