index | search | no replies | posting guidelines | help | login | register |
Index » Products » ASP Report Wizard v2 |
| |||||||
Apr 26 2010, 7:36 AM |
| ||||||
fvanloon since: Apr 26, 2010 from: The Netherlands | Hi, i'm trying to use a CSV , ase datasource for the ASP Report Wizard. It looks like there is something not correct, but I cannot find out what. The csv file is looking like this: Regnr,E-Mail adres,mDBOverHardQuotaLimit,Prohibitsend,Issuewarning,Mailbox Size Exxxx,firstname.lastname@mail.nl,170000,160000,150000,98121 Exxxx,firstname.lastname@mail.nl,170000,160000,150000,45175 Exxxx,firstname.lastname@mail.nl,670000,660000,650000,528927 Exxxx,firstname.lastname@mail.nl,170000,160000,150000,124101 The default.asp file is: <% I have tried to put the first line between " xxx ", but the the header is translated to F1, F2...F6. What do I have to change, so I can created a report use the csv file, which is generated on of our Exchange servers. | ||||||
Apr 29 2010, 3:39 PM |
| ||||||
ghost from: Washington, DC | Make sure the lines are separated by an End-Of-Line character. Text Database (comma-separated) strConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;" & _ "Data Source=C:\YOUR_FOLDER_PATH\;" & _ "Extended Properties=""text;HDR=Yes;FMT=Delimited""" http://www.aspwebsolution.com/products/report_wizard/t_conn.htm ------------------------- Ghost | ||||||
Pages: (1) [1] |