ID examples 1110I, 1100U, 1112A
In foxpro & visual foxpro I used the following command to get the new id for alpha numeric codes
SELECT MAX(VAL(id))+1 AS id FROM stock INTO newid
It would return 1113 in the above example ids, in foxpro/visual foxpro. How I can use this command in VB.NET/SQL...
Some clients want to use my old foxpro software in windows vista that needs files setting window config.nt
Few systems allow to modify c:\windows\system32\config.nt file the command
FILES=40 to files=140
while saving the files some systems say that you are not authorised to modify /change...
Some clients want to use my old foxpro software in windows vista.
Few systems allow to modify \windows\system32\config.nt file the command
FILES=40 to files =140
while saving the config.nt some systems say that you are not authorised to modify /change despite loging in as administarator...
Example item list: 1100A, 1110U, 1112I
In foxpro & Visual Foxpro I used to issue following command to get new item id.
SELECT MAX(VAL(id))+1 AS id FROM stock INTO DBF temp\newid
How can i use this command in VB.NET/SQL
Thanks,
Aamir Durrani
Example item list: 1100A, 1110U, 1112I
In foxpro & Visual Foxpro I used to issue following command to get new item id.
SELECT MAX(VAL(id))+1 AS id FROM stock INTO DBF temp\newid
How can i use this command in VB.NET/SQL
Thanks,
Aamir Durrani
Some clients want to use my old foxpro software in windows vista.
Few systems allow to modify config.nt file the command FILES=40, and some systems say that you are not authorised to modify /change despite loging in from administarator.
Please help me. Thanks
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.