i have data like this.. utility.dbf..
user(c,5) departement(c,25) inventory(c,50) date(date) trxid(n,6)
RON supply PC sparepart 11/03/2024 112003
RON supply MOUSE 11/03/2024 113001
RON supply PC sparepart 11/03/2024 113019
RON...
ask for advice. how to update dbo sql values ??via vfp
The code script that I put in the button is as below:
nHandle=SQLSTRINGCONNECT("DSN=surya;UID=surya;PWD=surya_artha;DATABASE=bpr_arthasurya;")
If nHandle<0
AERROR(laError)
Suspend && an error happened
Endif
If SQLEXEC(nHandle,"SELECT *...
hay chriss..
maybe it seem like that. i develop another person or decompile another persons project. well.. thanks for sugestion. may be i try learning from mike learning fundamental of remote access..[bigsmile]
actually iam junior staff at my company. I developed this program again because the senior staff where I worked had retired.
and when I confirm about this loan program. he didn't answer, he just gave a project program. that the reason that i ask to this forums.
i have all the source code is...
i use this coding..
SELECT ObjectName FROM pinjaman.dbc ;
WHERE ObjectType = 'View' OR ;
ObjectType = 'Table' ;
INTO CURSOR GetTBLnames
in this coding that i copy from this forums. it shows the contents of the database designer. including tables and views without remote view.
and this another...
how to open database on odbc..
I made a loan application based on FoxPro 8 and all the coding I included was based on forum suggestions not from the www.tek-tips.com forum. After I decompile the program again because I wanted to insert the coding for restrictions in terms of financing, there...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.