Viewing 7 posts - 1 through 7 (of 7 total)
Hi there,
At last, I found the solution. Here it is.
EX:
Select ROW_NUMBER() over (order by firstname) as ROWNUMB, firstname, lastname, employeeID from employee
Here, when you try to excute the query, you...
July 14, 2007 at 2:58 am
Hi Aaron,
Thank you very much for your time and patience.
I copied the query and tried several methods but I failed.
By the way, I use SQL 2005 and Visual Studio Pro...
July 10, 2007 at 9:26 am
Greetings Jeff,
Thanks for your care. I'm really eager to know how to use it.
Here is a copy of my main query,
SELECT FullName, JobCode, City, HomePhone, Mobile, Notes, NextInterview, eMailAddress, Experience,...
July 7, 2007 at 4:50 am
Thank you all for your quick respone and trying to help me.
I use sql 2005 but I couldn't use the (row_number function) but no problem, I want only to thank...
July 4, 2007 at 2:01 pm
Choose an event to use this code. For example, Form_load or SaveButton_click. It will create a file in the specified place to tell you when the program was opened or...
May 23, 2007 at 4:28 am
Before anything, I want to express my thanks for your quick answer.
I appreciate your help it is of great value to me.
Again thank you very much.
March 22, 2007 at 9:56 am
Greetings to all you great members,
Speaking about date format, I am in a little problem. I made a dataset and I want to use a query that gives this meaning:
Select...
March 22, 2007 at 7:12 am
Viewing 7 posts - 1 through 7 (of 7 total)