Search the web
Sign In
New User? Sign Up
AspClassicAnyQuestionIsOk
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 7072 - 7101 of 8655   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7072
Did you try looking on Google? http://www.google.com/search?q=connecting+to+SQL+server+in+ASP&start=0&i ...
Dan Powderhill
danaspelite
Offline Send Email
Feb 1, 2006
9:07 am
7073
Thank you Dan, i have got it Dan Powderhill <dan.powderhill@...> wrote: Did you try looking on Google? ...
Jegatha
jose_ph_84
Offline Send Email
Feb 1, 2006
9:57 am
7074
hai all, i have 2 time variables in my table: eg: intime --->9:00 Am outtime --->6:00 Pm Now i need to calculate the totalhours=outtime-intime (in Asp) how to...
Jegatha
jose_ph_84
Offline Send Email
Feb 2, 2006
7:20 am
7075
Are these datetime data type fields in SQL Server, or a string datatype? If they're datetime, then you can either use the T-SQL DATEDIFF function like so :- ...
Dan Powderhill
danaspelite
Offline Send Email
Feb 2, 2006
9:08 am
7076
Hello, I have to develop an application has several departments, several users in those departments. some of those users can see other department's pages. How...
Ananda Rajeurs
rajeursananda
Offline Send Email
Feb 2, 2006
12:05 pm
7077
From a database point of view, probably the easiest way to do this is using 3 tables:- tblDepartments ... ID strDeptName tblUsers ... ID strUserName ...
Dan Powderhill
danaspelite
Offline Send Email
Feb 2, 2006
12:24 pm
7078
hai all i need to compare next & next records ,i just use code like this while not rs.eof for FRst=0 to Rcount For SEcnd=FRst+1 to Rcount if...
Jegatha
jose_ph_84
Offline Send Email
Feb 3, 2006
5:27 am
7079
just do some modifications, Is it right? for FRst=0 to Rcount For SEcnd=FRst+1 to Rcount if (rs(0)=SName) then response.write "Same Records" response.write...
Jegatha
jose_ph_84
Offline Send Email
Feb 3, 2006
5:43 am
7080
You have two loops which appear to be unnecessary and can be taken out. So your code coule be :- While not rs.EOF if rs(0)=SName then response.write "Same...
Dan Powderhill
danaspelite
Offline Send Email
Feb 3, 2006
8:56 am
7081
I am trying to upload file attachment using Persits. Whenever I do try it the system return the following error: The system cannot find the file specified. the...
Valter
valt76
Offline Send Email
Feb 3, 2006
10:21 am
7082
When somebody logs in you find what department they are from (and a field in your user table). Using that, you can then look up in a table that tells you what...
Andrew Thorne
yk_andy
Offline Send Email
Feb 3, 2006
12:54 pm
7083
This is confusing because you are looping through the recordset three times. Personally something like this should be better: gr = rs.GetRows ' converts rs to...
Andrew Thorne
yk_andy
Offline Send Email
Feb 3, 2006
1:04 pm
7084
thanks for your explanation. Can you give some sample code so that it may give me an idea. Thanks! Andrew Thorne <ahjt65@...> wrote: When somebody logs...
Ananda Rajeurs
rajeursananda
Offline Send Email
Feb 3, 2006
1:08 pm
7085
That looks okay top me. Have you checked what the input on your FORM is? ... _________________________________________________________________ Free blogging...
Andrew Thorne
yk_andy
Offline Send Email
Feb 3, 2006
1:09 pm
7086
Here goes: In your database Department table deptID deptName User table userID userName userDept DepartmentCrossLinks table xlDept1 xlDept2 In your asp pages,...
Andrew Thorne
yk_andy
Offline Send Email
Feb 3, 2006
1:40 pm
7087
Hi Andrew thanks for your reply. I did check that and it looks fine to me too. So I did try to shrink down the code to make it simple and I've also tryed the...
valter piso
valt76
Offline Send Email
Feb 4, 2006
10:28 am
7088
put the the record in a variable and then compare it to the next record returned. for ... If var = rs('cnd") Then response.write "Same Records" else ...
Michael Brinkley
mbrink1111
Online Now Send Email
Feb 4, 2006
11:12 pm
7089
Client side XMLHTTPRequest won't work across domains. It is a security restriction....
saintjulian
Offline Send Email
Feb 5, 2006
1:52 am
7090
Hello, We have an ASP application. We are getting the HTTP Error: 404 File intermittently. How to fix and prevent this. Thanks. Related info: Windows is 2000...
Erwin Rommel Felix 20...
lordmasterch...
Offline Send Email
Feb 6, 2006
6:49 am
7091
thanks. I am using Access database. Dan Powderhill <dan.powderhill@...> wrote: From a database point of view, probably the easiest way to do this...
Ananda Rajeurs
rajeursananda
Offline Send Email
Feb 6, 2006
12:23 pm
7092
Put a page on the location it's looking for ......
mischa kroon
aemca_san
Offline Send Email
Feb 6, 2006
3:49 pm
7093
Hello all, I posted this in forums.aspfree group also but have not got a response yet - there have been around 20 persons who read it but no responses. I am...
qa_director_2003
qa_director_...
Offline Send Email
Feb 7, 2006
5:47 am
7094
Hai all, in my project i have a Table in the following format, User id Time In Out Link 1 9:00 am 1/12/2006 9:00 am 0 7 1 6:00 pm 1/12/2006 0 6:00 pm 8 1...
Jegatha
jose_ph_84
Offline Send Email
Feb 7, 2006
6:26 am
7095
hello, i can't run my ASP document in the Internet. There is alway an error in connecting ASP to IIS server. pls help me on how to connect ASP to IIS server. i...
Jowee Balatayo
jf_balatayo
Offline Send Email
Feb 7, 2006
6:51 am
7096
Can you tell us what's happening (i.e. what the error is) and what version of IIS you're running, or what the OS is? Dan ________________________________ From:...
Dan Powderhill
danaspelite
Offline Send Email
Feb 7, 2006
9:00 am
7097
Try using the Split() function which does exactly what you need, just without the hassle of you having to code it yourself. For instance: strVar =...
Dan Powderhill
danaspelite
Offline Send Email
Feb 7, 2006
9:03 am
7098
Hello Friends i have a problem that. With type attribute of input tag set to "file" in HTML, we compulsorily need to browse till the level of files. How can we...
girish nehte
brain7822
Offline Send Email
Feb 7, 2006
2:53 pm
7099
For user security reasons the file input element is designed in such a way that you can't manipulate it by server-side code other than reading the value when...
Dan Powderhill
danaspelite
Offline Send Email
Feb 7, 2006
3:05 pm
7100
Hello all, Again, I posted this query to the other message board and found no answers forthcoming. Is there any way in which the Description of the Table can...
qa_director_2003
qa_director_...
Offline Send Email
Feb 7, 2006
11:32 pm
7101
Which database are you talking about ? SQL server has a lot of meta data stored in system tables. exactly what are you looking for ?? column names, types,...
Mischa Kroon
aemca_san
Offline Send Email
Feb 7, 2006
11:49 pm
Messages 7072 - 7101 of 8655   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help