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 251 to 275 of 463
Search took 0.04 seconds.
Search: Posts Made By: madhukp
Forum: VB How-To September 18th, 2004, 01:24 AM
Replies: 1
Views: 2,398
Posted By madhukp
Hello Nishim, You can do this at SQL server...

Hello Nishim,

You can do this at SQL server itself. Open enterprise manager. Login as administrator. You can create a job. Specify the type as Transact-SQL. Then set its execution time and...
Forum: Classic ASP Professional September 17th, 2004, 04:05 AM
Replies: 1
Views: 1,788
Posted By madhukp
Hi, You may need to use some whois...

Hi,

You may need to use some whois component. DYNU whois (www.dynu.com) one of the cheapest and best available component for checking the existence of a domain.
Forum: Classic ASP Professional September 17th, 2004, 04:00 AM
Replies: 3
Views: 4,925
Posted By madhukp
The query which sets objRS is not there. May be...

The query which sets objRS is not there. May be you have some security problems in posting it ?

Please use $ only for tablename (worksheet name) of excel.

i.e. excelString=="Update $Ram2 Set...
Forum: Classic ASP Professional September 17th, 2004, 12:17 AM
Replies: 3
Views: 4,925
Posted By madhukp
Are you updating an excel sheet with this code ? ...

Are you updating an excel sheet with this code ?

If yes, the excel tables (equivalent to worksheets) start with $ symbol. $Sheet1 etc. If we omit that, it will give a similar error.

The other...
Forum: Classic ASP Basics September 16th, 2004, 05:12 AM
Replies: 24
Views: 3,667
Posted By madhukp
They need not be. They can be also. But the...

They need not be. They can be also.

But the IP addresses of

www.chatventure.com

and

www.cewebserver.com
Forum: Classic ASP Basics September 16th, 2004, 04:40 AM
Replies: 24
Views: 3,667
Posted By madhukp
Besides, you need to point www.chatventure.com to...

Besides, you need to point www.chatventure.com to the same IP address as the one used by some site at the server. Then that site should have the default page which includes the above piece of script.
Forum: Classic ASP Basics September 16th, 2004, 04:36 AM
Replies: 24
Views: 3,667
Posted By madhukp
Could you please explain your problem with some...

Could you please explain your problem with some example ?

Something like

When user types this into location bar, it should do this etc. etc.

What you type at the location bar will be...
Forum: Classic ASP Basics September 15th, 2004, 06:52 AM
Replies: 24
Views: 3,667
Posted By madhukp
You can include the above piece of script on the...

You can include the above piece of script on the top of every page. Or is there anything I am missing about your requirement ?
Forum: Classic ASP Basics September 14th, 2004, 05:59 AM
Replies: 2
Views: 1,933
Posted By madhukp
Please post it to Java Forum available at ...

Please post it to Java Forum available at

http://p2p.wrox.com/c-22/7

and then delete this post.
Forum: Classic ASP Professional September 13th, 2004, 09:31 AM
Replies: 2
Views: 1,836
Posted By madhukp
Some years back, I have created a chat...

Some years back, I have created a chat application. I can give you details of it.

There was a page with 3 frames. #1 will show a form. #2 will show all the messages of current chat #3 will show...
Forum: Classic ASP Basics September 13th, 2004, 09:07 AM
Replies: 2
Views: 1,512
Posted By madhukp
Here is how you can block session at the server. ...

Here is how you can block session at the server.

1) Open IIS Manager
2) Right-click default web site / your web site
3) Open properties
4) Open home directory tab.
5) You can see a...
Forum: SQL Server ASP September 13th, 2004, 08:36 AM
Replies: 6
Views: 1,891
Posted By madhukp
So, I am assuming that dtproperties is the only...

So, I am assuming that dtproperties is the only system created table that will be returned by the query

SELECT name FROM sysobjects WHERE type='U'

Thanks for this info.

Madhu
Forum: VB How-To September 13th, 2004, 04:43 AM
Replies: 0
Views: 1,181
Posted By madhukp
Mouse scroll button in vb controls

Hi all,

May I know how can I make active my mouse scroll button in vb controls like scroll bars, flex grids, multiline textboxes ? So that When focus is there in these controls, User can use...
Forum: Classic ASP Basics September 13th, 2004, 03:29 AM
Replies: 24
Views: 3,667
Posted By madhukp
Request.ServerVariables is a collection which...

Request.ServerVariables is a collection which gives many information about the hosting server, its operating system and the current page being served.

There are many members in it. Some of them...
Forum: SQL Server ASP September 13th, 2004, 12:18 AM
Replies: 6
Views: 1,891
Posted By madhukp
Hello Vijay, I also had a similar doubt....

Hello Vijay,

I also had a similar doubt. Thanks for the reply.

But there is a small problem. The above query returns a table dtproperties. Infact, I have not created such a table in my...
Forum: SQL Server ASP September 11th, 2004, 05:46 AM
Replies: 3
Views: 713
Posted By madhukp
Hello Vijay, This is working correctly. ...

Hello Vijay,

This is working correctly.

Thanks a lot.
Forum: Pro VB 6 September 10th, 2004, 11:31 PM
Replies: 2
Views: 1,393
Posted By madhukp
Hello MacHovis, Thanks for your suggestion....

Hello MacHovis,

Thanks for your suggestion. Exactly, this is what I want.

Best wishes,

Madhu
Forum: SQL Server ASP September 10th, 2004, 08:46 AM
Replies: 3
Views: 713
Posted By madhukp
more than one index on a table

hi all,

I have a table tblCustomers which has about 1000 records. The fields ClientName and Client Points of that table are relevant in this discussion.

I need to list all the clients in...
Forum: Classic ASP Basics September 10th, 2004, 07:12 AM
Replies: 10
Views: 2,115
Posted By madhukp
Hello Vijay, I agree with you that windows...

Hello Vijay,

I agree with you that windows based security is not a practical solution when users keep on changing. I don't recommend replacement of session based protection with this method.

I...
Forum: Classic ASP Basics September 10th, 2004, 05:26 AM
Replies: 10
Views: 2,115
Posted By madhukp
Session based protection is enough for most of...

Session based protection is enough for most of the sites. It can cater to almost all types of requirements of security.

I was just pointing out some of the drawbacks of this method and also...
Forum: Classic ASP Basics September 10th, 2004, 01:24 AM
Replies: 10
Views: 2,115
Posted By madhukp
Hello Numan, I am sorry. I don't know any...

Hello Numan,

I am sorry. I don't know any script based / program based methods to do this on a remote server.

May be possible through IIS metabase administration. If anybody knows a script...
Forum: Classic ASP Basics September 10th, 2004, 12:47 AM
Replies: 10
Views: 2,115
Posted By madhukp
This is one of the most widely used methods to...

This is one of the most widely used methods to protect pages from anonymous access. This is sufficient for most of the cases and AFAIK, there is no flow for this method. The only two problems are :
...
Forum: SQL Server 2000 September 9th, 2004, 11:55 PM
Replies: 16
Views: 2,683
Posted By madhukp
Hello Jeff, Sorry for confusing you. I am...

Hello Jeff,

Sorry for confusing you. I am already using database index on tables.

I am using ASP as scripting language. While accessing records, I am using a stored procedure + recordset...
Forum: SQL Server 2000 September 9th, 2004, 09:42 AM
Replies: 16
Views: 2,683
Posted By madhukp
Hello Jeff, Thanks for giving me the...

Hello Jeff,

Thanks for giving me the information that index based access is faster. Normally, I don't use that. Now I can start using it in queries where fields are explicitly stated.

But, I...
Forum: SQL Server 2000 September 9th, 2004, 09:35 AM
Replies: 16
Views: 2,683
Posted By madhukp
Aha ! a nice method. Thanks a lot Phil. It...

Aha ! a nice method.

Thanks a lot Phil. It saves my one hour at the least.
Showing results 251 to 275 of 463

 




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