Re: [GENERAL] MS-Access and Stored procedures

2012-12-02 Thread rahul143
conncetion string. So, I should disable that option, but don't know which option is that ? Where can I find description of these constants in connection string (A, B, C)? - -- View this message in context: http://postgresql.1045698.n5.nabble.com/Re-GENERAL-MS-Access-and-Stored-proce

Re: [GENERAL] MS-Access and Stored procedures

2005-05-20 Thread Zlatko Matic
ot; Case Else MsgBox "An error occured in the function 'TransferQueryToTable': " & Err.Number & " " & Err.Description End Select End Function ++++++++++++++ Just thought I'd share in case it

Re: [GENERAL] MS-Access and Stored procedures

2005-05-13 Thread Jeff Eckermann
all round coverage of Access development issues, including client-server. > > Do you have form/subform/subform...based on stored procedures ? If so, how > do you synchronize form with subform ? > > > Greetings, > > Zlatko > > > ----- Original Message - &

Re: [GENERAL] MS-Access and Stored procedures

2005-05-13 Thread Relyea, Mike
; Case Else MsgBox "An error occured in the function 'TransferQueryToTable': " & Err.Number & " " & Err.Description End Select End Function ++++++++++++++++++++++++++ Just thought I'd share in case it helps an

Re: [GENERAL] MS-Access and Stored procedures

2005-05-13 Thread Ets ROLLAND
bject: [GENERAL] MS-Access and Stored procedures Hello !   How can I use stored procedures (functions) with MS-Access 2002 connected to PostgreSQL 8.0 ?   Best regards.   Luc  

Re: [GENERAL] MS-Access and Stored procedures

2005-05-13 Thread Philippe Lang
;, so using DAO is not a problem, even if ADO is supposed to be the future... If you put logic on the client, that's another problem maybe. Philippe Lang -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Zlatko Matic Envoyé : vendredi, 13. mai

Re: [GENERAL] MS-Access and Stored procedures

2005-05-12 Thread Zlatko Matic
--- Original Message - From: "Hervé Inisan" <[EMAIL PROTECTED]> To: Sent: Thursday, May 12, 2005 11:06 PM Subject: Re: [GENERAL] MS-Access and Stored procedures Hello...This is very interesting. I have also asked myself how to prepare and execute stored procedures on POstgre fro

Re: [GENERAL] MS-Access and Stored procedures

2005-05-12 Thread Hervé Inisan
> Hello...This is very interesting. I have also asked myself > how to prepare and execute stored procedures on POstgre from > MS Access. > Could you, please, give some example of Postgre function with > parameters that is executed as stored procedure from MS > Access? How would you pass paramet

Re: [GENERAL] MS-Access and Stored procedures

2005-05-12 Thread Zlatko Matic
ADO Command object? Greetings, Zlatko - Original Message - From: "Hervé Inisan" <[EMAIL PROTECTED]> To: Sent: Thursday, May 12, 2005 6:15 PM Subject: Re: [GENERAL] MS-Access and Stored procedures How can I use stored procedures (functions) with MS-Access 2002 connect

Re: [GENERAL] MS-Access and Stored procedures

2005-05-12 Thread Hervé Inisan
> How can I use stored procedures (functions) with MS-Access > 2002 connected to PostgreSQL 8.0 ? An alternative to Philippe's solution is to use ADO. Here is an sample function : (assuming ActiveX Data Object lib is checked in the Tools/References menu) Function ADO_PG() Dim cnn As ADODB.Connec

Re: [GENERAL] MS-Access and Stored procedures

2005-05-12 Thread Philippe Lang
_disponible_semaineError: MsgBox "Error in charge_disponible_semaine." Resume charge_disponible_semaineExit End Function I hope this helps. One or two utility function are needed: Public Function global_dsn_name() As String global_dsn_name = "you_dsn_

[GENERAL] MS-Access and Stored procedures

2005-05-12 Thread Ets ROLLAND
Hello !   How can I use stored procedures (functions) with MS-Access 2002 connected to PostgreSQL 8.0 ?   Best regards.   Luc