Export data to template

  • Hi,

    is there any way to export the data to given rtf template from database

    i am having customer data and having the rtf template so i want to export the customer to given rtf format with fileds mentioned in template.

    i.e each customer is having his own file.

  • I don't think this is possible with SQL. You can try to parse the RTF syntax and insert your data at the right position but I don't think SQL is the right tool to handle this.

    If you have MS Word you can use its serial letter function. Otherwise you should handle this with a front side programming language. If you use .Net you will find some nice libraries at codeproject for RTF.

    Flo

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply