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 76 to 100 of 133
Search took 0.02 seconds.
Search: Posts Made By: gaurav_jain2403
Forum: SQL Server 2000 August 2nd, 2006, 02:28 AM
Replies: 2
Views: 1,370
Posted By gaurav_jain2403
thank you friend.

thank you friend.
Forum: SQL Server 2000 August 2nd, 2006, 02:11 AM
Replies: 5
Views: 1,113
Posted By gaurav_jain2403
But the thing that I want to do cannot be checked...

But the thing that I want to do cannot be checked by a CHECK constraint. I want to ckeck whether the entered date in a table is <= today's date. I have two options : RULE and TRIGGER. Now can you...
Forum: SQL Server 2000 July 31st, 2006, 02:31 AM
Replies: 5
Views: 1,113
Posted By gaurav_jain2403
Writing Rule Problem

Hello Friends,
Can you tell me if I can make a rule as follow or not :
CREATE RULE rul_name AS
@date1 <= GETDATE();
Will it work???

Gaurav
Forum: SQL Server 2000 July 29th, 2006, 11:33 AM
Replies: 2
Views: 1,370
Posted By gaurav_jain2403
Table Schema Copy Problem

Hello Friends,
Hope all of you are fine. Can anyone tell me how to copy a schema of one table into another? plz tell me.

Thanks
Gaurav Jain.
Forum: SQL Server 2000 July 22nd, 2006, 01:17 AM
Replies: 2
Views: 15,373
Posted By gaurav_jain2403
Rollback of Delete

Hi friends,
Hope all of you are fine. I have a problem : If I delete a row from a table. How can I rollback it? Can anyone tell me . Thank you


Gaurav Jain.
Forum: ADO.NET July 1st, 2006, 11:28 AM
Replies: 3
Views: 1,347
Posted By gaurav_jain2403
DataReaders Open Problem

Hello Friends,
I want to know if it is possible to open two datareaders in same connection. If yes, How can we do it? What's the code?

Thank you,
Gaurav Jain.
Forum: ASP.NET 1.0 and 1.1 Professional July 1st, 2006, 11:26 AM
Replies: 1
Views: 857
Posted By gaurav_jain2403
2 DataReaders Open Problem

Hello Friends,
I want to know if it is possible to open two datareaders in same connection. If yes, How can we do it? What's the code?

Thank you,
Gaurav Jain.
Forum: ASP.NET 1.0 and 1.1 Professional May 30th, 2006, 02:36 AM
Replies: 3
Views: 1,072
Posted By gaurav_jain2403
Thank you friends

Thank you friends
Forum: ADO.NET May 24th, 2006, 07:01 AM
Replies: 4
Views: 1,244
Posted By gaurav_jain2403
Can anyone help me. Please tell me exactly how...

Can anyone help me. Please tell me exactly how can I do this if possible....
Forum: ADO.NET May 23rd, 2006, 04:58 AM
Replies: 4
Views: 1,244
Posted By gaurav_jain2403
So, this means I can write as below: dim sqlstr...

So, this means I can write as below:
dim sqlstr as sqlconnection = new sqlconnection("server=101.103.11.22,database="pubs",uid="sa",pwd=")
I wonder if this really work. In this manner anyone who...
Forum: ADO.NET May 23rd, 2006, 03:07 AM
Replies: 4
Views: 1,244
Posted By gaurav_jain2403
Database at different location

Hello,
Is there any way in .NET that we can access the database from the computer at different location(say in different city) connected only through internet. If it is possible, What do I need to...
Forum: ADO.NET May 19th, 2006, 09:16 AM
Replies: 2
Views: 984
Posted By gaurav_jain2403
This will not solve the problem.

This will not solve the problem.
Forum: ADO.NET May 18th, 2006, 09:28 AM
Replies: 2
Views: 984
Posted By gaurav_jain2403
Datagrid Problem

Hello Friends,
I have a database in which I have stored the names of Images in one column. These images are stored in Imgs Folder. I want some way to retrieve these names from Database and then...
Forum: ASP.NET 1.0 and 1.1 Professional May 18th, 2006, 08:56 AM
Replies: 3
Views: 1,072
Posted By gaurav_jain2403
Client should not see any error

Hello Friends,
I am developing the application in ASP.NET. I want some way that while accessing the pages, if any error occurs, errors should not be displayed to the user. Instead, user should be...
Forum: SQL Server 2000 May 18th, 2006, 07:18 AM
Replies: 2
Views: 1,646
Posted By gaurav_jain2403
PESO,Thank you very much.

PESO,Thank you very much.
Forum: ADO.NET May 15th, 2006, 10:45 AM
Replies: 5
Views: 4,376
Posted By gaurav_jain2403
I want to check if DataReader contains data or...

I want to check if DataReader contains data or not because it may be the case that DataReader may not retrieve any result and contains null value. Doesn't DataReader.HasRows and DataReader.Count...
Forum: ADO.NET May 13th, 2006, 09:08 AM
Replies: 5
Views: 4,376
Posted By gaurav_jain2403
DataReader Problem

Hello Friends,
I want to know What method should be use to see if there is any row selected in the DataReader or not? Is it DataReader.HasRows, DataReader.Count, or DataReader.Read.



Gaurav...
Forum: SQL Server 2000 May 13th, 2006, 08:57 AM
Replies: 3
Views: 836
Posted By gaurav_jain2403
I didn't expect such a reply. Cannot anyone tell...

I didn't expect such a reply. Cannot anyone tell me the output of running the above query.
Forum: SQL Server 2000 May 13th, 2006, 08:51 AM
Replies: 2
Views: 1,646
Posted By gaurav_jain2403
Select from Two Tables Problem

Hello Friend.
There are two tables as follow:
Table name --> Emp
CustID EmpName EmpCity
001 Joy Agra
002 Sim Delhi
003 Kim Goa

Table name...
Forum: SQL Server 2000 May 13th, 2006, 08:33 AM
Replies: 3
Views: 836
Posted By gaurav_jain2403
Sub Transaction Problem

Hello Friends,
Can anyone of you tell me the output of following query using Transactions:

BEGIN TRANSACTION
INSERT TABLE1(COL_1,COL_2)
VALUES('ONE','TWO')
BEGIN TRANSACTION
INSERT...
Forum: ASP.NET 1.0 and 1.1 Professional May 8th, 2006, 03:04 AM
Replies: 4
Views: 1,416
Posted By gaurav_jain2403
Corresponding values change in comboboxes

hello friends,
I have got the problem. I have seen on some websites that when we select some value in one combobox, corresponding values are loaded into the other combobox using client-side coding. ...
Forum: ASP.NET 1.x and 2.0 Application Design February 16th, 2006, 04:41 AM
Replies: 11
Views: 3,391
Posted By gaurav_jain2403
Can anyone please help me. It will be very nice...

Can anyone please help me. It will be very nice of you if you help me.
Forum: ASP.NET 1.0 and 1.1 Professional February 16th, 2006, 04:39 AM
Replies: 5
Views: 1,187
Posted By gaurav_jain2403
Thank you. I am trying to do this. How can I do...

Thank you. I am trying to do this. How can I do automatic posting. I want that if user doesn't attempt a ques in 30 secs then the current data will be saved in a session then I want to connect to...
Forum: ASP.NET 1.x and 2.0 Application Design February 14th, 2006, 11:51 PM
Replies: 11
Views: 3,391
Posted By gaurav_jain2403
My requirement is that when certain time elapses,...

My requirement is that when certain time elapses, I want to call a method which make a connection to Database and then display something else. In this all I don't want to use any button as this event...
Forum: Other Programming Languages February 13th, 2006, 03:15 PM
Replies: 0
Views: 1,699
Posted By gaurav_jain2403
Timer:JavaScript or VB.NET

Hello everyone...
I wanted to make Timer in my application(ASP.NET and VB.NET) . I couldn't do it in .NET but did it in JavaScript. I am not getting why I couldn't make a timer in .NET language....
Showing results 76 to 100 of 133

 




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