Click here to Skip to main content
15,887,328 members
Home / Discussions / Database
   

Database

 
GeneralRe: how can i get Minmam value Pin
asha_s1-May-08 3:36
asha_s1-May-08 3:36 
GeneralRe: how can i get Minmam value Pin
Blue_Boy1-May-08 3:40
Blue_Boy1-May-08 3:40 
GeneralRe: how can i get Minmam value Pin
asha_s1-May-08 3:44
asha_s1-May-08 3:44 
GeneralRe: how can i get Minmam value Pin
Blue_Boy1-May-08 3:47
Blue_Boy1-May-08 3:47 
QuestionSQL Server Replication Pin
abdurrahman oğuz30-Apr-08 23:13
abdurrahman oğuz30-Apr-08 23:13 
AnswerRe: SQL Server Replication Pin
Blue_Boy1-May-08 0:11
Blue_Boy1-May-08 0:11 
GeneralRe: SQL Server Replication Pin
abdurrahman oğuz1-May-08 2:02
abdurrahman oğuz1-May-08 2:02 
QuestionSQL Query Issue: MSSQL vs. Access Pin
PDTUM30-Apr-08 19:33
PDTUM30-Apr-08 19:33 
I recently wrote an application in C# 2005 and used MSSQL as the backend. After successful completion, I added an Access .mdb file to the app so that I could make it portable. I changed the code appropriately from SQL Command to OLEDB Command, but it does not work. This is the rub: I do not get an error and it will not return results when it is run from inside the program, however, when I copy the command line that fails and paste it directly into the Access Database query tool and run it, it returns a perfect result. I am baffled! I have the feeling that there is a syntax difference between the MSSQL and Access, but I cannot discover it, nor would that explain why it works correctly when it is pasted into the program directly. Following is the SQL that comes directly from the program:

"SELECT DISTINCT T.Trans_Name AS Transmission, M.Manufacturer, M.Concern, M.Years, M.Description, M.ATB " +
" FROM Master AS M INNER JOIN Trans AS T ON M.Trans = T.Trans WHERE M.Manufacturer = @Manufacturer "

Any insight would be greatly appreciated.

Pat
GeneralRe: SQL Query Issue: MSSQL vs. Access Pin
Youtea30-Apr-08 20:26
Youtea30-Apr-08 20:26 
GeneralRe: SQL Query Issue: MSSQL vs. Access Pin
PDTUM1-May-08 3:54
PDTUM1-May-08 3:54 
GeneralRe: SQL Query Issue: MSSQL vs. Access Pin
Youtea1-May-08 16:29
Youtea1-May-08 16:29 
GeneralRe: SQL Query Issue: MSSQL vs. Access Pin
Rob Graham2-May-08 3:33
Rob Graham2-May-08 3:33 
GeneralRe: SQL Query Issue: MSSQL vs. Access Pin
PDTUM2-May-08 6:02
PDTUM2-May-08 6:02 
AnswerRe: SQL Query Issue: MSSQL vs. Access Pin
Mike Dimmick2-May-08 6:02
Mike Dimmick2-May-08 6:02 
QuestionHow to calculate count? Pin
GroCareer30-Apr-08 17:25
GroCareer30-Apr-08 17:25 
AnswerRe: How to calculate count? Pin
Harini N K30-Apr-08 18:58
Harini N K30-Apr-08 18:58 
QuestionDatabase upload and Append Pin
L²+D30-Apr-08 3:24
L²+D30-Apr-08 3:24 
AnswerRe: Database upload and Append Pin
Rob Graham30-Apr-08 11:42
Rob Graham30-Apr-08 11:42 
GeneralRe: Database upload and Append Pin
L²+D1-May-08 3:21
L²+D1-May-08 3:21 
GeneralRe: Database upload and Append Pin
Youtea1-May-08 16:36
Youtea1-May-08 16:36 
RantRe: Database upload and Append Pin
Youtea2-May-08 5:40
Youtea2-May-08 5:40 
GeneralRe: Database upload and Append Pin
L²+D2-May-08 6:41
L²+D2-May-08 6:41 
GeneralRe: Database upload and Append Pin
Rob Graham2-May-08 3:21
Rob Graham2-May-08 3:21 
GeneralRe: Database upload and Append Pin
L²+D2-May-08 5:00
L²+D2-May-08 5:00 
GeneralRe: Database upload and Append Pin
Rob Graham2-May-08 7:31
Rob Graham2-May-08 7:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.