converting databases... 
Author Message
 converting databases...

If i open My database like this:
Open c:\dbase For Random as #1

is it possible to convert that kind of database so that  Excel can read
it??

Thanks in advance,



Sat, 25 Dec 1999 03:00:00 GMT  
 converting databases...

Quote:

>If i open My database like this:
>Open c:\dbase For Random as #1

>is it possible to convert that kind of database so that  Excel can read
>it??

>Thanks in advance,


Excel can import from CSV (comma seperated value) files.  Read in your
data and print it to a file with a comma at the end each field and a
return at the end of each record.


Tue, 28 Dec 1999 03:00:00 GMT  
 converting databases...

Quote:

> If i open My database like this:
> Open c:\dbase For Random as #1

> is it possible to convert that kind of database so that  Excel can read
> it??

> Thanks in advance,


Try using CRW (Crystal Report Writer) and printing to file


Tue, 28 Dec 1999 03:00:00 GMT  
 converting databases...

Excel can read tab delimited text files.


Quote:

>If i open My database like this:
>Open c:\dbase For Random as #1

>is it possible to convert that kind of database so that  Excel can read
>it??

>Thanks in advance,


(To reply remove last letter from address)


Fri, 31 Dec 1999 03:00:00 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. Converted Database Behaves Oddly

2. Problem with On Error Resume Next in a converted database

3. converted database

4. Problems with code when converting database to Access2000 from Access97

5. WinBrowse 2.1 - convert databases to HTML!

6. converting database

7. Converting database files to text

8. Converting databases?????????

9. Switching to 32 bit, need help converting database.

10. VBScript Error due to converting databases from Access to SQL Server 6.5

11. Convert Database Objects into VB CLasses

12. Convert DataBase Report - Access To Oracle

 

 
Powered by phpBB® Forum Software