Greetings Double T'ers-
I looked up and down in the forum for an answer to my question to no avail.
Alas, I am stuck with a fairly routine problem and hope to get some expert advice from you.
Here is my issue:
I would like to take a record in table, called 'table1' and move it to another...
maswein-
thank you for your reply. these tables do not have the same number of rows. tbl main has about 240 rows and tblRandom was recornly created. the idea behind this is to add new functionality to the aplication which is a password retreival function.
The function checks the email ( and...
Greetings-
This may be really simple, but the answer skips me at the moment.
I would to add the value of the "ID" column from the main table "tblMain" into another table called "tblRandom". I just cannot seem to get it to work. I am wondering if it has to do with the identity seed in the main...
Hello-
I was wondering if there is a method in which one could set a time limit on the alt attribute on an image.
For example, if I have a really really really long alt image attrubute the alt text will only stay open for around 8 seconds. Is there a way I can change that to 30 seconds?
Any...
Hello!
A very easy answer, but...
I really have been beating my head against the wall trying to figure this out but for the life of me i cannot!
Here is the deal:
I have an intranet application which requires endusers to login with their username and password. the username and pword are...
kisasama-
thanks for the advice and the links. I'm going to use them as my 'jumping off point' to make this work.
I'm certain I am not the only person who needs this functionality on one of their applications. The previous version of this app has the files being stored directly in an access...
kisasama-
thank you for your reply. I was hoping to do this without the support of a third-party component.
Is there a way I can do this on my own?
-Mike
Greetings-
I must create an application with the option which allows end users to upload files to a SQL database. Instead of storing the file in the database itself, I would like to have ASP create the URL where the file will reside on the server, and also upload the file itself.
My queston is...
All-
Perhpas I mislabeled my post. I was able to perform a line break via Word-Wrap attribute in css. There is an article here:
http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/properties/wordwrap.asp
jeepxo, pkailas, trollacious thank you for reading and...
Greetings everyone-
I have a question I would love to get advice on.
I have a recordset with a few very looonggg urls which push the lengh of the table out and I was wondering if there was a way to add a line break either via ASP or within the stored procedure to add a line <br> break after...
greetings-
is there a way to extract specific information from a function? For example:
Function FindTOTAL_OPEN_123
FindTOTAL_OPEN_123 = FindOPEN_ALA + FindOPEN_ALA_CAT2
End Function
Say I wanted to count the number of records in this function which had a value of:
store_id = 123...
reguardless of what you do, how many of you actually wake up in the morning and look forward to going to work? If not, can you envision yourself waking up each morning and going to a job (any job) you sincerely enjoy?
Thats the key right there. Doing what you enjoy. If you no longer enjoy it...
SQLSister and Donutman-
First off, thank you for the insight as to how to tackle this issue. I appreciate the advice.
Just to add one important bit of info: there are no images files being stored (no jpg, gif, etc). These files are mostly .doc, .zip, and a few .pdf files. No images at all...
Greetings-
I am in the process of moving a DB from Access to SQL for an application and one column holds an OLE OBJECT in the access db, which converts to Image datatype in sql. I am not sure if I would like to hold the images, zips, docs, etc inside the db as it seems to bloat the db...
greetings-
I am trying to run a query which will count the number of records in a table but just cannot seem to get it working!
The background is this:
If a record is active, it has a 'Status' of '1', if it is pending, it has a status of '2'. What I am trying to acomplish is to get a count of...
good day-
I am trying to export a report from an asp page to an excel file but I'm having some difficulity formating the cells in xls. I am exporting with the
<% Response.ContentType = "application/vnd.ms-excel"%> method.
There are two tables in this report and each has different width...
DreX-
Once again, you are correct.
I had the AUTONUMBER field in the .mdb which did not move over in the migration to SQL.
I have since droped and recreated the table with the SQL version of Autonumber which is setting the IDENTITY to "Yes" in the table properties.
Thanks again, I know who...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.