Upload forums2.prg
Browse files- 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
|