Click here to Skip to main content
15,889,992 members
Home / Discussions / Database
   

Database

 
AnswerRe: Google Maps in my GPS Application Pin
Ashfield7-Sep-08 9:02
Ashfield7-Sep-08 9:02 
Questionhow to search specific datetime in sql server 2005 Pin
harcaype6-Sep-08 22:53
harcaype6-Sep-08 22:53 
AnswerRe: how to search specific datetime in sql server 2005 Pin
Wendelius6-Sep-08 23:05
mentorWendelius6-Sep-08 23:05 
GeneralRe: how to search specific datetime in sql server 2005 Pin
harcaype9-Sep-08 1:55
harcaype9-Sep-08 1:55 
GeneralRe: how to search specific datetime in sql server 2005 Pin
Wendelius9-Sep-08 7:11
mentorWendelius9-Sep-08 7:11 
Questionproblem can't use "select @@identity" in my ADO/MS ACCESS/C++ application Pin
xanagan6666-Sep-08 22:30
xanagan6666-Sep-08 22:30 
AnswerRe: problem can't use "select @@identity" in my ADO/MS ACCESS/C++ application Pin
NeverHeardOfMe6-Sep-08 23:44
NeverHeardOfMe6-Sep-08 23:44 
GeneralRe: problem can't use "select @@identity" in my ADO/MS ACCESS/C++ application Pin
xanagan6667-Sep-08 0:14
xanagan6667-Sep-08 0:14 
I get it working now(after losing few of my hair) by modified the query to "SELECT @@IDENTITY AS temp"
and then calling GetData on "temp" field which is work fine now.

but as you said since ACCESS doesn't even support multi query i guess this is still as dangerous as calling MAX(id).

but my application is Single user I guess it ok for now.

Thank for your answer.
QuestionAdd a new object or string while running through a recordset [modified] Pin
Tugsy6-Sep-08 18:56
Tugsy6-Sep-08 18:56 
AnswerRe: Add a new object or string while runnign through a recordset Pin
Wendelius7-Sep-08 9:06
mentorWendelius7-Sep-08 9:06 
GeneralRe: Add a new object or string while runnign through a recordset Pin
Tugsy7-Sep-08 10:56
Tugsy7-Sep-08 10:56 
QuestionJob Schedule Pin
Saiyed Alam6-Sep-08 6:23
Saiyed Alam6-Sep-08 6:23 
AnswerRe: Job Schedule Pin
Wendelius6-Sep-08 9:02
mentorWendelius6-Sep-08 9:02 
GeneralRe: Job Schedule Pin
Saiyed Alam8-Sep-08 5:17
Saiyed Alam8-Sep-08 5:17 
GeneralRe: Job Schedule Pin
Wendelius8-Sep-08 6:01
mentorWendelius8-Sep-08 6:01 
QuestionDate Format Pin
ThangamSundar5-Sep-08 21:56
ThangamSundar5-Sep-08 21:56 
AnswerRe: Date Format Pin
Blue_Boy5-Sep-08 23:57
Blue_Boy5-Sep-08 23:57 
AnswerRe: Date Format Pin
PIEBALDconsult8-Sep-08 18:07
mvePIEBALDconsult8-Sep-08 18:07 
Questionspecify the name space returned from "FOR XML, XMLDATA" Pin
ONeil Tomlinson5-Sep-08 4:13
ONeil Tomlinson5-Sep-08 4:13 
AnswerRe: specify the name space returned from "FOR XML, XMLDATA" Pin
Wendelius6-Sep-08 9:09
mentorWendelius6-Sep-08 9:09 
QuestionSQL 2008 Uniqueidentifier Pin
JUNEYT5-Sep-08 4:07
JUNEYT5-Sep-08 4:07 
AnswerRe: SQL 2008 Uniqueidentifier Pin
PIEBALDconsult5-Sep-08 13:24
mvePIEBALDconsult5-Sep-08 13:24 
QuestionLoss of data from MS Access Database while running tests Pin
Pr@teek B@h!5-Sep-08 3:31
Pr@teek B@h!5-Sep-08 3:31 
AnswerRe: Loss of data from MS Access Database while running tests Pin
Blue_Boy5-Sep-08 3:37
Blue_Boy5-Sep-08 3:37 
GeneralRe: Loss of data from MS Access Database while running tests Pin
Pr@teek B@h!8-Sep-08 4:29
Pr@teek B@h!8-Sep-08 4:29 

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.