Click here to Skip to main content
15,914,222 members
Home / Discussions / Database
   

Database

 
QuestionOracle Help Needed - ComboBox data binding Pin
Glenn E. Lanier II29-Sep-05 9:30
Glenn E. Lanier II29-Sep-05 9:30 
AnswerRe: Oracle Help Needed - ComboBox data binding Pin
Guillermo Rivero3-Oct-05 11:40
Guillermo Rivero3-Oct-05 11:40 
AnswerRe: Oracle Help Needed - ComboBox data binding Pin
Glenn E. Lanier II2-Mar-06 8:33
Glenn E. Lanier II2-Mar-06 8:33 
QuestionWhere should I store my connection string? Pin
Haim Yulzari28-Sep-05 22:24
Haim Yulzari28-Sep-05 22:24 
AnswerRe: Where should I store my connection string? Pin
Anonymous29-Sep-05 7:41
Anonymous29-Sep-05 7:41 
AnswerRe: Where should I store my connection string? Pin
Luis Alonso Ramos29-Sep-05 17:13
Luis Alonso Ramos29-Sep-05 17:13 
AnswerRe: Where should I store my connection string? Pin
-Dr_X-2-Oct-05 14:42
-Dr_X-2-Oct-05 14:42 
QuestionRetrieve & update data against remote database Pin
nmhuy28-Sep-05 8:15
nmhuy28-Sep-05 8:15 
I am developing an Access 2000 database application. In my application, I need to connect to a remote Access 2000 database to retrieve and update data. I tried to use RDS (Remote Data Service) as mentioned in MSDN but failed (it raised a runtime error 8447: Internet Server Error).

Dim cn as ADODB.Connection
Dim rs as ADODB.Recordset

cn.Open "Provider=MS Remote; Remote Server=http://myServer; Data Source=sample.mdb"
Set rs = cn.Execute(mySelect)

Do I need any configurations on the server to make the above code work? Or are there any way else? Please help me, thanks.

Lan hue sau ai lan hue heo
Lan hue sau doi trong heo ngoai tuoi
AnswerRe: Retrieve & update data against remote database Pin
enjoycrack28-Sep-05 20:01
enjoycrack28-Sep-05 20:01 
GeneralRe: Retrieve & update data against remote database Pin
nmhuy29-Sep-05 7:22
nmhuy29-Sep-05 7:22 
QuestionHelp in SQL Stored proc Pin
satishrg28-Sep-05 7:00
satishrg28-Sep-05 7:00 
AnswerRe: Help in SQL Stored proc Pin
enjoycrack28-Sep-05 20:08
enjoycrack28-Sep-05 20:08 
QuestionADO .net --> Excel Pin
Braulio Díez27-Sep-05 23:02
sussBraulio Díez27-Sep-05 23:02 
AnswerRe: ADO .net --> Excel Pin
Braulio Dez27-Sep-05 23:30
Braulio Dez27-Sep-05 23:30 
Questionget update status of each row Pin
manasrahfantom27-Sep-05 22:13
manasrahfantom27-Sep-05 22:13 
Questionautomatically Run an Sql statement Pin
achrafus27-Sep-05 9:18
achrafus27-Sep-05 9:18 
AnswerRe: automatically Run an Sql statement Pin
Colin Angus Mackay27-Sep-05 9:49
Colin Angus Mackay27-Sep-05 9:49 
AnswerRe: automatically Run an Sql statement Pin
Bigfootguy27-Sep-05 20:53
Bigfootguy27-Sep-05 20:53 
AnswerRe: automatically Run an Sql statement Pin
achrafus28-Sep-05 10:20
achrafus28-Sep-05 10:20 
GeneralRe: automatically Run an Sql statement Pin
Member 219430729-Sep-05 7:35
Member 219430729-Sep-05 7:35 
GeneralRe: automatically Run an Sql statement Pin
Anonymous29-Sep-05 7:40
Anonymous29-Sep-05 7:40 
QuestionDifference between FOR and UPDATE Pin
pssuresh27-Sep-05 8:45
pssuresh27-Sep-05 8:45 
AnswerRe: Difference between FOR and UPDATE Pin
ankur61127-Sep-05 23:25
ankur61127-Sep-05 23:25 
AnswerRe: Difference between FOR and UPDATE Pin
Bigfootguy29-Sep-05 21:58
Bigfootguy29-Sep-05 21:58 
QuestionExtra Spaces when Generating a text file using OSQL Pin
Daredeviljpr27-Sep-05 8:34
Daredeviljpr27-Sep-05 8:34 

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.