> I've been looking at the odbcuser source, and don't think it should > be too difficult, but my C programming is a little rusty and I'm > probably not seeing the headaches I'm going to run into.
No headaches, if you're methodical! Though the pHost struct needs to retain its original definition (a single member szFullName) when sent back to the daemons, you could change the embedded SQL query to grab any columns you want and just concatenate/assemble them before passing them back. Some of the IMail interfaces will then reparse the value into two components: a little redundant, but no big deal. Another much easier thing you could do server-side is define a computed column so that you wouldn't have to include the column concatenation explicitly in your bcp process. -Sandy ------------------------------------ Sanford Whiteman, Chief Technologist Broadleaf Systems, a division of Cypress Integrated Systems, Inc. e-mail: [EMAIL PROTECTED] ------------------------------------ To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/
