I have an input form where users can upload word documents to a database.
How do I create a hyperlink to the word doc in the web page?
FYI - I want to pull the infointo a dataset, then populate a label with hyperlinks that when clicked pull up the word doc
Thanks much!
OK, I need to write some VBA to accomplish the following:
When a Mail item is dragged to the Task folder, any attachments in the mail message need to be copied over as well.
I have been searching the heck out of the internet and have not found any examples of this.
I've tried (unsuccessful)...
Hi, I keep getting a "cannot implicitly convert type 'object' to 'string'" on the bolded line. Your help would be greatly appreciated.
//object vars
SqlConnection sqlConnection;
SqlDataAdapter sqlDataAdapter;
SqlCommand sqlCommand;
DataSet ds;
//DataTable...
Yes it's SQL.
Amrita: No NULLS in the table, tried your suggestion and didn't work
SQLBill: That's the exact same query I have in Query Analyzer as we speak and it's not working.
Could it be that the query is case sensitive on the username and email columns??
I really appreciate all of...
OK, ALL of the data in tbl_timesheets_excel is NOT in tbl_TimeSheetUsers.
tbl_timesheets_excel
--------------------
username
john.doe
tbl_TimeSheetUsers
--------------------
email
john.doe
Want to find all users in tbl_timesheets_excel that are NOT in tbl_TimeSheetUsers.
tbl_TimeSheetUsers...
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.