Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Qamar Zaman

    Get API in VFP9

    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...
  2. Qamar Zaman

    Insert & Read image in SQL Server

    Right Griff Thank your so much ... Regards, Qamar Zaman
  3. Qamar Zaman

    Insert & Read image in SQL Server

    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
  4. Qamar Zaman

    SQL Server - Update table and updated value

    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
  5. Qamar Zaman

    Record lock and unlock

    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=...
  6. Qamar Zaman

    SQL Server Connectivity issue on LAN

    Olaf Thank you soooooo much. you are so much genius man. Always you help me in many problem. Thanks Again. Bye, Qamar
  7. Qamar Zaman

    SQL Server Connectivity issue on LAN

    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...

Part and Inventory Search

Back
Top