fivetech commited on
Commit
88fb49a
·
verified ·
1 Parent(s): ce008b9

Upload forums2.prg

Browse files
Files changed (1) hide show
  1. forums2.prg +13 -0
forums2.prg ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #include "FiveWin.ch"
2
+
3
+ request DBFCDX
4
+
5
+ function Main()
6
+
7
+ local dummy := FW_SetUnicode(.t.)
8
+ local oCn := maria_Connect( "localhost,foros_antiguos,fivetec1_antonio,1234", .t. )
9
+
10
+ oCn:SaveToDBF( "phpbb_posts", "forums.dbf", .f. )
11
+ XBrowser( "forums.dbf" )
12
+
13
+ return nil