Started 6 days, 16 hours ago (2009-11-03 03:50:00)
by Niladri_Biswas
Started 1 week ago (2009-11-02 01:32:00)
by il_masacratore
Maybe it ins't the best solution but you can use a
group by (CustomerId), then you have to choose wich CustomerName is the choosen (min(CustomerName), max(CustomerName...). Sql: > select CustomerId, max(CustomerName) from Customer group by CustomerId.
Started 4 days, 19 hours ago (2009-11-05 00:20:00)
by sachees123
I dont want to change any format anywhere. Its the access which is changing the format from dd/mm/yyyy to mm/dd/yyyy. Why it is doing and wats the solution?? Thats my question.
Started 4 days, 10 hours ago (2009-11-05 09:05:00)
by J4amieC
Steven J
Jowett wrote: If I execute a SELECT query on the receipts table WHERE ReceiptId = 330804 , I get 2 rows. Steven J Jowett wrote: SELECT * FROM vuProductReceipts WHERE ReceiptId = 330804 OR ReceiptId IS NULL Steven J Jowett wrote: I would expect to get 126 rows returned, but I am only getting 63. Based on the above three asserions, im guessing there are 61 products without ...
Started 4 days, 3 hours ago (2009-11-05 16:45:00)
by Garth J Lancaster
I'm wondering what you'd do if you had to 'resort to writing a custom program?' - since as you say, they are (I'll use the terms) disjoint/un-related instead of your 'irrelavent' since you dont have anything in common between the tables, and as you say, you cant join by record numbers the only way I can see of doing this (which assumes you can see record numbers) is to manually create a 'link' ...
Started 1 week, 1 day ago (2009-11-01 13:47:00)
by Andy_L_J
I'm not certain, but doesn't twsted f8 wrote: MSSQL10.MSSQLSERVER refer to a
SQL Server 2008 instance? (Does on my machine)
Started 1 week, 3 days ago (2009-10-30 11:54:00)
by J4amieC
Vuyiswa Maseko wrote: i want to Store the File as "XMLDoc1.XML" in my C:\ And where is the problem?
Started 6 days, 23 hours ago (2009-11-02 19:59:00)
by Mycroft Holmes
You seem to have 2 disassociated queries here, one on Account List and another on Budget with
no logic to join them. [rant] Who in his right mind allows spaces in table/field names and what idiot allows reserved words to be used as field names (Date) [/rant] SELECT [Account List].[Twin Pack] FROM [Account List] WHERE something NOT EXISTS (SELECT Budget.[Twin Pack] FROM Budget WHERE (((...
Started 5 days, 18 hours ago (2009-11-04 01:01:00)
by d@nish
ExecuteNonQuery would do that if you are speaking of managed C++.
Started 1 week ago (2009-11-02 02:01:00)
by Mycroft Holmes
I recommend that you BACKUP the database instead of copying the
MDF.