Click here to Skip to main content
15,898,134 members
Home / Discussions / Database
   

Database

 
GeneralRe: Better way of matching a customer address Pin
PIEBALDconsult24-Apr-15 7:47
mvePIEBALDconsult24-Apr-15 7:47 
GeneralRe: Better way of matching a customer address Pin
jkirkerx24-Apr-15 12:31
professionaljkirkerx24-Apr-15 12:31 
GeneralRe: Better way of matching a customer address Pin
PIEBALDconsult24-Apr-15 12:36
mvePIEBALDconsult24-Apr-15 12:36 
GeneralRe: Better way of matching a customer address Pin
jkirkerx24-Apr-15 12:50
professionaljkirkerx24-Apr-15 12:50 
AnswerRe: Better way of matching a customer address Pin
jschell26-Apr-15 7:26
jschell26-Apr-15 7:26 
GeneralRe: Better way of matching a customer address Pin
jkirkerx26-Apr-15 8:34
professionaljkirkerx26-Apr-15 8:34 
QuestionExporting Database in XML Pin
MattAtCetraCom22-Apr-15 7:54
MattAtCetraCom22-Apr-15 7:54 
AnswerRe: Exporting Database in XML Pin
David Mujica22-Apr-15 9:36
David Mujica22-Apr-15 9:36 
QuestionRe: Exporting Database in XML Pin
Eddy Vluggen22-Apr-15 10:33
professionalEddy Vluggen22-Apr-15 10:33 
AnswerRe: Exporting Database in XML Pin
MattAtCetraCom23-Apr-15 7:37
MattAtCetraCom23-Apr-15 7:37 
GeneralRe: Exporting Database in XML Pin
Eddy Vluggen23-Apr-15 7:48
professionalEddy Vluggen23-Apr-15 7:48 
QuestionCreating SSIS OLE DB Source with Parameters programmatically with .NET Pin
Dr Miroslav Stimac22-Apr-15 5:10
professionalDr Miroslav Stimac22-Apr-15 5:10 
AnswerRe: Creating SSIS OLE DB Source with Parameters programmatically with .NET Pin
PIEBALDconsult22-Apr-15 5:15
mvePIEBALDconsult22-Apr-15 5:15 
GeneralRe: Creating SSIS OLE DB Source with Parameters programmatically with .NET Pin
Dr Miroslav Stimac22-Apr-15 5:31
professionalDr Miroslav Stimac22-Apr-15 5:31 
QuestionMaster slave model in databases Pin
holykrish20-Apr-15 19:10
holykrish20-Apr-15 19:10 
SuggestionRe: Master slave model in databases Pin
Richard MacCutchan20-Apr-15 21:45
mveRichard MacCutchan20-Apr-15 21:45 
AnswerRe: Master slave model in databases Pin
Mycroft Holmes21-Apr-15 0:43
professionalMycroft Holmes21-Apr-15 0:43 
QuestionAlert when row deleted (SQL Server 2012) Pin
Member 1151899220-Apr-15 2:03
Member 1151899220-Apr-15 2:03 
AnswerRe: Alert when row deleted (SQL Server 2012) Pin
Tim Carmichael20-Apr-15 2:14
Tim Carmichael20-Apr-15 2:14 
AnswerRe: Alert when row deleted (SQL Server 2012) PinPopular
David Mujica20-Apr-15 3:31
David Mujica20-Apr-15 3:31 
GeneralRe: Alert when row deleted (SQL Server 2012) Pin
Member 1151899220-Apr-15 23:44
Member 1151899220-Apr-15 23:44 
QuestionDebugging DAO to ADO Conversion Errors Pin
Kyudos14-Apr-15 13:20
Kyudos14-Apr-15 13:20 
AnswerRe: Debugging DAO to ADO Conversion Errors Pin
Mycroft Holmes14-Apr-15 14:11
professionalMycroft Holmes14-Apr-15 14:11 
GeneralRe: Debugging DAO to ADO Conversion Errors Pin
Kyudos14-Apr-15 14:27
Kyudos14-Apr-15 14:27 
GeneralRe: Debugging DAO to ADO Conversion Errors Pin
Mycroft Holmes14-Apr-15 15:19
professionalMycroft Holmes14-Apr-15 15:19 
It is the same with SQL Server and has always been an irritant. With SQL Server you have sql profiler and you can trap the actual statement passed to the database including data. You can then manually execute the command in management studio. This gives you a more detailed error response and you can use the mark I eyeball to inspect the data.

I know you can execute sql strings in Access but I do not know where to trap the command passed to the database from the client.

I would strongly suggest moving the database from Access to SQL server if possible.
Never underestimate the power of human stupidity
RAH

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.