Hi Experts,
I am very week in VFP programming. I want to get API and return result in vfp9. I have .NET code of API. I want to same API called through VFP.
Thanks in advance
.NET form
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using...
Hello experts,
i am using front end VFP9 and back end SQL Server 2014.
1. how to insert or update image file in sql server table. which type use in sql server table for image.
2. how to read or show image file on vfp form.
Thanks in advance
Qamar Zaman
Hi Genius,
i need help, my code work successfully, but i need updated value in one sentence code.
My code is :-
qcheck=SQLEXEC(softDB,"UPDATE stock SET qty = qty + 1 ")
OUTPUT = (qty + 1) (I need OUTPUT value, mean in need update table and get updated value in one sentence code)
Thanks,
Qamar
Hello Genius Programmers,
i am converting VFP9 application DBF to SQL Server, in VFP i lock the record for other users and update the record. Through flowing code.
SELECT max_no
RL=.F.
DO WHILE.NOT.RL
RL=RLOCK()
ENDDO
qam=VAL(max_inv)+1
qam2=...
Hi Programmers,
i have very small knowledge about SQL Server. i have a application created in VFP9 back-end using SQL Server 2017. Application run successfully on local system.
using following string
nHandle = SQLStringConnect("Driver={SQL...
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.