Search the web
Sign In
New User? Sign Up
active-server-pages · Active Server Pages Developers' List
? 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 11403 - 11432 of 12395   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
11403
Hello Guys: Below is my code for an insertion into an Access database. When I run this code against Access: I get an error saying "Incorrect Syntax in INSERT...
Mills, Andy R. (Regen...
mtdewisgreen
Offline Send Email
Mar 1, 2006
5:46 pm
11404
Hey Andy, The first thing I notice is that if you are using ASP (VBscript) then you concatenate the variables with a "&" rather than a "+". Might be worth a...
Justin Copeland
justin0104
Offline Send Email
Mar 1, 2006
6:28 pm
11405
Justin: Thanks for the suggestion, but I am using C# code-behind forms in my ASP.Net pages. Thanks Andy ________________________________ From:...
Mills, Andy R. (Regen...
mtdewisgreen
Offline Send Email
Mar 1, 2006
6:30 pm
11406
Hello Guys: I solved this issue. Apparently: password is a keyword in access and I had to place [] around this in the SQL Statement. Thanks Andy ...
Mills, Andy R. (Regen...
mtdewisgreen
Offline Send Email
Mar 1, 2006
7:12 pm
11407
hello guys, This is bharanidharank. plz clarify my following doubt, My doubt was in sql query, 1. i have 5 fields in table customerdata i.e Customer_no,...
bharani dharan
bharanidharank
Offline Send Email
Mar 2, 2006
5:38 am
11408
You really need to give an example of the actual SQL statement that is being submitted to the database engine - we have no idea what it in your various...
David Smart
smartware_co...
Offline Send Email
Mar 2, 2006
11:37 am
11409
Hello All: Would anyone know how I can get the column names for a given database table in a SQL Statement? Thanks, Andy Mills [Non-text portions of this...
Mills, Andy R. (Regen...
mtdewisgreen
Offline Send Email
Mar 3, 2006
4:17 pm
11410
What kind of database? Ray at home...
Ray at home
ray_at_place
Offline Send Email
Mar 3, 2006
4:49 pm
11411
Forgot that information. It is SQL. I will also have to do the same thing to verify it on an AS400 database table. ________________________________ From:...
Mills, Andy R. (Regen...
mtdewisgreen
Offline Send Email
Mar 3, 2006
5:11 pm
11412
For SQL Server, check out http://www.aspfaq.com/show.asp?id=2177 I guess for the AS/400 you could try something like: SELECT * FROM somemember OPTIMIZE FOR 1...
Ray at home
ray_at_place
Offline Send Email
Mar 3, 2006
6:59 pm
11413
I do a lot of ASP and query with AS400 tables... I'm not aware of any special query to just get field names, but if you ever need info on making the connection...
Chris Hagwood
chris_hagwood
Offline Send Email
Mar 3, 2006
7:15 pm
11414
Thanks Ray. ________________________________ From: active-server-pages@yahoogroups.com [mailto:active-server-pages@yahoogroups.com] On Behalf Of Ray at home ...
Mills, Andy R. (Regen...
mtdewisgreen
Offline Send Email
Mar 3, 2006
7:15 pm
11415
Chris Thanks for your help and offer. I might take you up on the offer on using the Client Access. Thanks Andy ________________________________ From:...
Mills, Andy R. (Regen...
mtdewisgreen
Offline Send Email
Mar 3, 2006
7:21 pm
11416
I don't know if you can do it in just a query, but you can do this.... SqlStr = "SELECT * FROM TheTable " objrs.Open SqlStr, ConStr, adOpenStatic,...
soren.j.winslow@...
sorenwinslow
Offline Send Email
Mar 3, 2006
7:33 pm
11417
*hi,* * my problem is that when i run aspx file on my server (win2000) so it make error like* " *Description: *An application error occurred on the server....
Syed Waqar Ali
waqi23
Offline Send Email
Mar 4, 2006
6:49 am
11418
Hi folks... I need to figure out how to add a cookie, I guess, to allow users to view some material. To date, I've been using SessionVariables, which worked ...
Dian D. Chapman
dianchapman
Offline Send Email
Mar 5, 2006
3:50 pm
11419
http://www.w3schools.com/asp/asp_cookies.asp I use this site for most everything. ... [Non-text portions of this message have been removed]...
Chris Hagwood
chris_hagwood
Offline Send Email
Mar 5, 2006
9:17 pm
11420
Is there a way to convert this into a delete statement? I am having issues doing so. There are over 4400 duplicates and I would like to do this with one SQL...
Mills, Andy R. (Regen...
mtdewisgreen
Offline Send Email
Mar 6, 2006
8:37 pm
11421
Duh...yeah, forgot about that! Thanks! Dian D. Chapman, Technical Consultant Microsoft MVP, MOS Certified, Editor/TechTrax HELP THE ANIMALS...Please Sponsor my...
Dian D. Chapman
dianchapman
Offline Send Email
Mar 6, 2006
8:49 pm
11422
Do you actually want to do a delete based on these criteria - i.e. delete all the records involved? In that case, you'd put a sub-select in the where clause. ...
David Smart
smartware_co...
Offline Send Email
Mar 6, 2006
9:22 pm
11423
I would think that if you somehow converted the item below as a delete, it would delete all entries with duplicates... You would then be without an original. ...
Chris Hagwood
chris_hagwood
Offline Send Email
Mar 6, 2006
9:25 pm
11424
Dave: Thanks for the help. I do actually want to delete all records that have duplicates. This is really just test data, but the live data will not have any...
Mills, Andy R. (Regen...
mtdewisgreen
Offline Send Email
Mar 6, 2006
9:30 pm
11425
Chris: Thanks for the help, but I am able to delete all duplicates as I don't need an original. It is "bad test data", but the only data I have to work with....
Mills, Andy R. (Regen...
mtdewisgreen
Offline Send Email
Mar 6, 2006
9:32 pm
11426
Here's an article that shows a real easy way to remove duplicate rows: http://www.sqlservercentral.com/columnists/darjun/deletingduplicaterows.\ asp ...
Troy
ooogaleee1
Offline Send Email
Mar 8, 2006
4:55 am
11427
hi friends, i want to set one field as unique constraint in ms access table. how to do. plz help me by bharanidharank ... Relax. Yahoo! Mail virus scanning...
bharani dharan
bharanidharank
Offline Send Email
Mar 8, 2006
4:56 am
11428
hi, Make sure your directory is setup as an IIS application. In addition, make sure the ASP.NET worker process has been given the appropriate permissions. ...
Ramalakshmi Ramadas
ramalakshmi_...
Offline Send Email
Mar 8, 2006
4:56 am
11429
In its properties, set the indexed property to "Yes (No Duplicates)". ... From: bharani dharan To: active-server-pages@yahoogroups.com Sent: Monday, March 06,...
David Smart
smartware_co...
Offline Send Email
Mar 8, 2006
12:22 pm
11430
Hi I am new to ASP.NET. I am trying to create a ASP.NET web application through "New Project" menu. When I click on new project it takes the default location...
kpriti
Offline Send Email
Mar 9, 2006
10:54 pm
11431
I am learning everything about developing websites(starting about 3 weeks ago) by building a web portfolio. One of the pages will be a resume page. I saved a...
Brendan
animus418
Offline Send Email
Mar 10, 2006
5:36 am
11432
If you're just getting a placeholder, chances are that your path to the image is wrong. So check the path that you have set in the link to the image in DW and...
Dian D. Chapman
dianchapman
Offline Send Email
Mar 11, 2006
4:30 pm
Messages 11403 - 11432 of 12395   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