codetoad.com
  ASP Shopping CartForum & BBS
  - all for $20 from CodeToad Plus!
  
  Home || ASP | ASP.Net | C++/C# | DHTML | HTML | Java | Javascript | Perl | VB | XML || CodeToad Plus! || Forums || RAM 
Search Site:
Search Forums:
  database to textfile  Archive Import (ger) at 22:41 on Friday, July 18, 2003
 

hi there..is there any one that can help ?..i got records in the database example : Areaid , Quarter, MeanScore.. now my task is to separate the quarter according to YEAR and Quarter (example 2003Q1) to different text file according to their year and quarter... how can i go about doing it or is there any website to learn about it..

  Re: database to textfile  Troy Wolf at 17:53 on Wednesday, July 23, 2003
 

It`s been awhile since your post, so if you are like me, you`ve probably found an answer by now. If you still need help, please email me at troy[at]troywolf.com. I`ve done this sort of thing a few times. Take heart! It is not difficult! You just need to get pointed in the right direction.
Troy Wolf: site expert
SnippetEdit Website Editor


  Re: database to textfile  Archive Import (ger) at 21:47 on Thursday, July 24, 2003
 

i had email u the help i needed...thxs a lot

  Re: database to textfile  Archive Import (sunway) at 05:28 on Saturday, July 26, 2003
 

Look Here
http://www.blueidea.com/bbs/archivecontent.asp?id=278961

You can also open a Text File using the "OLE DB Provider for Microsoft Jet"

oConn.Open "Provider=Microsoft.Jet.OLEDB.4.0;" & _
          "Data Source=c:\somepath\;" & _
          "Extended Properties=""text;HDR=Yes;FMT=Delimited;"";"

` Then open a recordset based on a select on the actual file
oRs.Open "/forum/Select__From_MyTextFile.txt", oConn, adOpenStatic, adLockReadOnly, adCmdText

  Re: database to textfile  Archive Import (sunway) at 05:31 on Saturday, July 26, 2003
 

sorry

wrong








CodeToad Experts

Can't find the answer?
Our Site experts are answering questions for free in the CodeToad forums
//








Recent Forum Threads
•  onChange issue
•  Remote program execution using cgi-perl
•  Chat application
•  How to send multiple perameters in SOAP request.
•  Java code for Insert picture on the table in spreadsheet
•  Re: Problem with concatenation
•  how to genrates the crystal report by sending a id at runtime
•  help me
•  pls help me with this..


Recent Articles
ASP GetTempName
Decode and Encode UTF-8
ASP GetFile
ASP FolderExists
ASP FileExists
ASP OpenTextFile
ASP FilesystemObject
ASP CreateFolder
ASP CreateTextFile
Javascript Get Selected Text


© Copyright codetoad.com 2001-2007