For various reasons, I need to use an Access database as opposed to SQL Server on one of my sites to hold user info etc. My problem is, that every so often, it...
Although I do appreciate your answer, it would be more useful if you could guide me a bit more in what could be causing this, and why you think it could...
The reason I think it might be your code is cos it isn't normal for this to happen, so it must be something you are doing different. The main difference...
Anyone with an idea for an automated way to copy all of one record from one table to another identical table (sort of a backup copy)? I've tried something like...
... Well, if you want to do it that way, what's wrong with using an INSERT SQL statement in the loop? Otherwise, you can try something like INSERT INTO...
Not sure on your answer, but there is always the SELECT...INTO... SQL set of commands. http://www.w3schools.com/sql/sql_select_into.asp Walter ... ...
walterw@...
Mar 3, 2005 2:19 am
10431
anyone cna help me on how to plot a graph (bar chart/ line chart) using asp from access database just like what yahoo stock price did.. a l i [Non-text...
ali adon
aliadon@...
Mar 3, 2005 9:05 am
10432
I think the SELECT INTO is what I'm looking for. I'm trying to avoid having to name all the fields and values by hand, that's all. Thanks! On Wed, 02 Mar 2005...
Hi all. Anyone help with a problem I am having with ASP & MS Access? I have a login page that uses a MS Access database to check the login details. The...
well - instead of using "true" - simply use true (without the quotes). that way you get out of spelling issues which you may indeed have got into - by checking...
I have this problem when I'm trying to input on a form using farsi. The result when I retrieve data from the database(access) would be unexpected characters....
Hello All: We have two files that are trying to contain drive mappings. I am having a hard time figuring out how to combine these two into one file that works...
Ohhhh...I'm so sick of .NET! Everything is .NET and I can't find any of the plain old info that used to be everywhere before! Does anyone have a URL to a list...
That's a sweet link! Tim Cadieux IT Applications Analyst | Analyste d'applications Information Management and Technology Directorate | Directorat de la gestion...
Hello Group: Does anyone know how to get a checkbox control into a Repeater Control? I would like to have a repeater control, but some of the items have to be...
I don't want to start a VB debate...and I won't add any of my own comments here, so please don't let this start any debate in here. I just want to make sure...
What OS, XP-2000? Do you know for sure that your server uses CDO? Perhaps the use Persits, etc.? Tim Cadieux IT Applications Analyst | Analyste d'applications ...
It's a Windows NT Server. There have been applications developed using CDO, so i am sure it's being used. I also used FileSystemObject that writes the mail...
Hello Everybody, I am in need to load test my website, like find out how many uses it can support without a significant performance drawback. Right now we have...
Hi Andy, <itemtemplate><asp: checkbox id = "myCheckBox" /></itemtemplate> ... From: Mills, Andy R. (Regency) [mailto:armills@...] Sent: Friday,...
James Mclean
jamesmclean@...
Mar 15, 2005 8:16 pm
10450
Heres a couple of options for generating graphs that ive used in the past for asp: * Generate on the server side using Office web components - has to...
James Mclean
jamesmclean@...
Mar 15, 2005 9:05 pm
10451
hi, i have to create a progress bar tht shows the progress done by the employee. i am using Ms Access and FrontPage.......... Guys, this urgent...........i...
Well if you could create simple do it yourself progress bar by having a fixed width table say 100 px wide with one cell, then using the progress percentage of...