Click here to Skip to main content
15,921,941 members
Home / Discussions / Database
   

Database

 
QuestionData import Pin
postonoh10-Nov-08 9:36
postonoh10-Nov-08 9:36 
AnswerRe: Data import Pin
Mycroft Holmes11-Nov-08 1:20
professionalMycroft Holmes11-Nov-08 1:20 
GeneralRe: Data import Pin
postonoh19-Nov-08 10:27
postonoh19-Nov-08 10:27 
QuestionAppend the records to existing sp table Pin
soniasan10-Nov-08 6:49
soniasan10-Nov-08 6:49 
AnswerRe: Append the records to existing sp table Pin
Wendelius10-Nov-08 7:14
mentorWendelius10-Nov-08 7:14 
Question.Net OdbcConnection for Oracle Lite 40 ODBC Driver Pin
TheIdleProgrammer10-Nov-08 0:17
TheIdleProgrammer10-Nov-08 0:17 
AnswerRe: .Net OdbcConnection for Oracle Lite 40 ODBC Driver Pin
Wendelius10-Nov-08 5:25
mentorWendelius10-Nov-08 5:25 
GeneralRe: .Net OdbcConnection for Oracle Lite 40 ODBC Driver Pin
TheIdleProgrammer10-Nov-08 21:14
TheIdleProgrammer10-Nov-08 21:14 
Hi Mika,

Thanks for looking into that for me. The error was my mistake - a typo. I meant POL-3023 which really is "The database does not exist".

The Microsoft ODBCConnection class won't accept a connection string without a driver and I tried using the server item too but that didn't work either - still got POL-3023. After spending the best part of 6 hours researching and trying dozens of different variations of connection string I decided to give up on the System.Data.ODBC namespace and opt for the Oracle.DataAccess.Lite DLL direct from Oracle instead. Unfortunately you can only get your hands on it by downloading the 400MB+ Oracle 10g Lite installation package but, once I'd done that, it worked first time with:

dsn=faultdb9i;UID=system;PWD=XXXXXXXXX


Oh well, you win some, you lose some.

Cheers,

Chris.
GeneralRe: .Net OdbcConnection for Oracle Lite 40 ODBC Driver Pin
Wendelius11-Nov-08 8:15
mentorWendelius11-Nov-08 8:15 
GeneralRe: .Net OdbcConnection for Oracle Lite 40 ODBC Driver Pin
TheIdleProgrammer11-Nov-08 21:25
TheIdleProgrammer11-Nov-08 21:25 
GeneralRe: .Net OdbcConnection for Oracle Lite 40 ODBC Driver Pin
Wendelius13-Nov-08 10:36
mentorWendelius13-Nov-08 10:36 
QuestionSQL Trigger to get updated cell Pin
Indra PR10-Nov-08 0:05
Indra PR10-Nov-08 0:05 
AnswerRe: SQL Trigger to get updated cell Pin
Wendelius10-Nov-08 4:44
mentorWendelius10-Nov-08 4:44 
QuestionA transport-level error has occurred when sending the request to the server. Pin
Nitin J. Jain9-Nov-08 23:30
professionalNitin J. Jain9-Nov-08 23:30 
AnswerRe: A transport-level error has occurred when sending the request to the server. Pin
Ennis Ray Lynch, Jr.10-Nov-08 3:33
Ennis Ray Lynch, Jr.10-Nov-08 3:33 
QuestionSql Statment ProbLem Pin
soniasan9-Nov-08 23:25
soniasan9-Nov-08 23:25 
AnswerRe: Sql Statment ProbLem Pin
Wendelius10-Nov-08 4:32
mentorWendelius10-Nov-08 4:32 
QuestionDatetime datatype conversion failed in sqlserver 2008 Pin
param_joshi9-Nov-08 21:48
param_joshi9-Nov-08 21:48 
AnswerRe: Datetime datatype conversion failed in sqlserver 2008 Pin
param_joshi9-Nov-08 23:51
param_joshi9-Nov-08 23:51 
GeneralRe: Datetime datatype conversion failed in sqlserver 2008 Pin
Wendelius10-Nov-08 5:43
mentorWendelius10-Nov-08 5:43 
Question[Message Deleted] Pin
B879-Nov-08 19:58
B879-Nov-08 19:58 
AnswerRe: Adding Pin
Ashfield9-Nov-08 20:20
Ashfield9-Nov-08 20:20 
QuestionHow do I create Database Script? Pin
graced889-Nov-08 15:14
graced889-Nov-08 15:14 
AnswerRe: How do I create Database Script? Pin
Wendelius10-Nov-08 4:49
mentorWendelius10-Nov-08 4:49 
GeneralRe: How do I create Database Script? Pin
graced8810-Nov-08 5:09
graced8810-Nov-08 5:09 

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.