Hi, I'm currently working on a dbi abstraction layer (dbd driver that talks to custom server that talks to another dbd driver that talks to db -- all this for replication :).
Problem is, my dbd driver will not know exactly which words are reserved until after a connection (when the custom server will query the mapped dbd driver for the information). I have already decided that custom functions are out of the question. I am thinking of editing libdbi to add a helper function to update the reserved words after connect. I would document the need to connect before checking if a word is reserved. Would this cause any problems? Thanks, Jesse ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ libdbi-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libdbi-devel

