recompile the file manually with a simple erlc command.
SVN Revision: 1003
+2007-11-30 Mickael Remond <mremond@process-one.net>
+
+ * src/odbc_queries.erl: Added a default define value so that we can
+ recompile the file manually with a simple erlc command.
+
2007-11-29 Badlop <badlop@process-one.net>
* src/mod_vcard.erl: Add type of x:data field to search
escape/1,
count_records_where/3]).
+%% We have only two compile time options for db queries:
%-define(generic, true).
%-define(mssql, true).
+-ifndef(mssql).
+-define(generic, true).
+-endif.
%% -----------------
%% Generic queries