Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. Tips Database

Tips Database

Scheduled Pinned Locked Moved Visual Basic
databasecsharphardwaretools
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    John Smithman
    wrote on last edited by
    #1

    I want to create a database of short tips (Each tip would be a couple of paragraphs with an embedded graphic perhaps); so that I can select from an index and export a tip as a pdf (with appropriate formatting). What tools can I use to develop this database. When I read about Crystal Reports and Microsoft Report Services, they all seem to be rather complex and relate to creating reports from data. Perhaps a short VB.Net program that accesses a folder of word documents would be appropriate? Or, perhaps I should be using VBA in a Word document? I am not sure where to begin, to be frugal with my learning curve. Your advice please?

    N 1 Reply Last reply
    0
    • J John Smithman

      I want to create a database of short tips (Each tip would be a couple of paragraphs with an embedded graphic perhaps); so that I can select from an index and export a tip as a pdf (with appropriate formatting). What tools can I use to develop this database. When I read about Crystal Reports and Microsoft Report Services, they all seem to be rather complex and relate to creating reports from data. Perhaps a short VB.Net program that accesses a folder of word documents would be appropriate? Or, perhaps I should be using VBA in a Word document? I am not sure where to begin, to be frugal with my learning curve. Your advice please?

      N Offline
      N Offline
      Naji El Kotob
      wrote on last edited by
      #2

      Hi, RDL technology (Report Definition Language) http://www.microsoft.com/sql/technologies/reporting/rdlspec.mspx[^] has a built-in functionalies for linking with DataSet/MSSQL and exporting pdf/xls/... documents. Actually, I like RDL more than CR ;) Hope this helps :)

      NajiCo http://www.InsideVB.NET[^] It's nice 2b important, but it's more important 2b nice...

      J 1 Reply Last reply
      0
      • N Naji El Kotob

        Hi, RDL technology (Report Definition Language) http://www.microsoft.com/sql/technologies/reporting/rdlspec.mspx[^] has a built-in functionalies for linking with DataSet/MSSQL and exporting pdf/xls/... documents. Actually, I like RDL more than CR ;) Hope this helps :)

        NajiCo http://www.InsideVB.NET[^] It's nice 2b important, but it's more important 2b nice...

        J Offline
        J Offline
        John Smithman
        wrote on last edited by
        #3

        Thanks Naji for your prompt reply of assistance. RDL sounds very impressive and requires SQL. I have looked at SQL Express 2005. I believe that I must use both SQL and RDL together to create the reports I want. Will these work with Visual Basic.Net ver 2003. Or, do I need to upgrade to 2005? Or is there a SQL for 2003? Also, might you be able to show me a "trivial, but useful," example of implementing this into a Visual Basic.net program? Perhaps a database of quotations with embedded clipart? Or, can you advise where I might find a book or website that will shorten my learning curve? Thanks for any further guidance you can offer. John

        Naji El Kotob wrote:

        RDL technology (Report Definition Language) http://www.microsoft.com/sql/technologies/reporting/rdlspec.mspx\[^\] has a built-in functionalies for linking with DataSet/MSSQL and exporting pdf/xls/... documents. Actually, I like RDL more than CR

        N 1 Reply Last reply
        0
        • J John Smithman

          Thanks Naji for your prompt reply of assistance. RDL sounds very impressive and requires SQL. I have looked at SQL Express 2005. I believe that I must use both SQL and RDL together to create the reports I want. Will these work with Visual Basic.Net ver 2003. Or, do I need to upgrade to 2005? Or is there a SQL for 2003? Also, might you be able to show me a "trivial, but useful," example of implementing this into a Visual Basic.net program? Perhaps a database of quotations with embedded clipart? Or, can you advise where I might find a book or website that will shorten my learning curve? Thanks for any further guidance you can offer. John

          Naji El Kotob wrote:

          RDL technology (Report Definition Language) http://www.microsoft.com/sql/technologies/reporting/rdlspec.mspx\[^\] has a built-in functionalies for linking with DataSet/MSSQL and exporting pdf/xls/... documents. Actually, I like RDL more than CR

          N Offline
          N Offline
          Naji El Kotob
          wrote on last edited by
          #4

          Hi John, This will answer your needs http://msdn2.microsoft.com/en-us/library/ms252073(VS.80).aspx[^] Good Luck :)

          NajiCo http://www.InsideVB.NET[^] It's nice 2b important, but it's more important 2b nice...

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups