Hi, i'm having an issue with linked servers on a Server 2003 box running sql server 2005... the linked server uses an odbc connection into a foxpro database on the network... I can access the linked server (and the data it connects to) from enterprise manager as a windows authenticated user yet...
Hi, i'm having an issue with linked servers on a Server 2003 box running sql server 2005... the linked server uses an odbc connection into a foxpro database on the network... I can access the linked server (and the data it connects to) from enterprise manager as a windows authenticated user yet...
To avoid licensing, i'm trying to determine if i could just have my remote offices connect remotely as "administrators" thru the RD for administration as opposed to coming in as clients thru the Terminal Server Mode? what are the major differences between the 2 modes? Is there a downside to...
hi,
i'm attempting to join 2 fairly large tables (200,000 recs each) on multiple fields via:
select b.* from detail d join barcodes b on d.po_num = b.po_num and d.style = b.style where d.wo_num = 123456 into cursor csrBcodes
d.wo_num, d.po_num, d.style, b.po_num & b.style are all indexed, yet...
hi.
just wanted to see if it was possible to close a recordset from within the procedure that created it to avoid returning unneeded recordsets??? say for instance i create a recordset merely to see if a record exists for a given filter but would no longer need that recordset, is it possible to...
hi.
just wondering if it is possible to do a macro substitution in javascript...
for example if i define a string variable as:
<< var lsText = "document.Form1.txt_PONum" >>
where document.Form1.txt_PONum is a textbox on Form1, would i then be able to substitute that text/variable...
hi.
a while ago i had found a "foxpro/visual basic concordance" list of equivalent foxpro & VB commands/functions that was very helpful... i just wondered if such a thing existed for foxpro and javascript -- just a list of foxpro commands and their javascript equivalents??? has anyone...
hi.
within a stored procedure, i created a cursor "Cursor1" but never deallocated that cursor before returning from the procedure. now if i attempt to execute that procedure again, i am told that "Cursor1" cannot be created because it already exists (in that database??). yet...
I'm attempting to run a program (.prg) via an insert trigger in visual foxpro by inserting into that table from SQL server which is connected to the vfp table by linked server. The problem is that running a .prg from the trigger procedure returns an "unsupported command" error. In fact...
I'm attempting to run a program (.prg) via an insert trigger in visual foxpro by inserting into that table from SQL server which is connected to the vfp table by linked server. The problem is that running a .prg from the trigger procedure returns an "unsupported command" error. In fact...
using a VFP ODBC driver with SQL server, i realized that the SET ANSI option is defaulted to ON which causes the shorter of 2 comparison strings to be padded, as to create 2 strings of equal length. is there any way to turn this option off, either within the SELECT statement or elsewhere??? any...
can anyone tell me how visual foxpro would compare with visual interdev as web designing tools?? how exactly would i use foxpro to design a website -- would i use asp pages as the front end with foxpro in the back end?? does fox provide ability to create asp pages??
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.