[erlang-questions] Erlang ODBC best practices

Dana.RUBINO@REDACTED Dana.RUBINO@REDACTED
Thu Oct 9 15:05:48 CEST 2008


Hi All,

I am currently using an in-memory database which offers ODBC connectivity (Oracle Times Ten).

Of course given I am using ODBC I need to generate and pass SQL commands to the DB. I was wondering what is the best way to organise SQL statements (canned) and build up dynamic SQL statements within Erlang?

Currently I just have my static SQL commands in a .hrl file and as a crude example access them as such:

    odbc:start(),

    {ok, Ref} = odbc:connect("DSN=TT_HWHU;UID=aUID;PWD=aPWD", [{scrollable_cursors, off}]),

    {selected, ColNames, Data} = odbc:sql_query(Ref, ?TESTSQL),


Does anyone know of a better way of doing this? In particular building up an SQL statement dynamically - for example in an insert statement?

Many Thanks,
Dan



***********************************************************************************
The Royal Bank of Scotland plc. Registered in Scotland No 90312. Registered Office: 36 St Andrew Square, Edinburgh EH2 2YB. 
Authorised and regulated by the Financial Services Authority 
 
This e-mail message is confidential and for use by the 
addressee only. If the message is received by anyone other 
than the addressee, please return the message to the sender 
by replying to it and then delete the message from your 
computer. Internet e-mails are not necessarily secure. The 
Royal Bank of Scotland plc does not accept responsibility for 
changes made to this message after it was sent. 

Whilst all reasonable care has been taken to avoid the 
transmission of viruses, it is the responsibility of the recipient to 
ensure that the onward transmission, opening or use of this 
message and any attachments will not adversely affect its 
systems or data. No responsibility is accepted by The 
Royal Bank of Scotland plc in this regard and the recipient should carry 
out such virus and other checks as it considers appropriate. 
Visit our websites at: 
www.rbs.com
www.rbs.com/gbm
www.rbsgc.com
***********************************************************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20081009/3c25a5dc/attachment.htm>


More information about the erlang-questions mailing list