hey there,
So I have a windowsXP Home machine that is showing some odd results for sent packets. When I view the connection status, it says huge numbers of packets are being sent, none are being received (in an idle state.)
For instance, right now it is showing an uptime of 10 minutes and...
So I am trying to connect an excel 2000 spreadsheet to foxpro7. I can return a recordset ok, but writing to the db is odd. I can do..
dbconn.execute "create table test(testcol text)
and it will be done. But if I try to exec ute a procedure or create a view, it fails. Here is my code...
I am having trouble connecting to my odbc foxpro database to create cursors or views. here is (basically) the code:
public cn as database
public strBOM as string
strBOM = "create view bomsql as SELECT * from inventor;"
set cn = opendatabase("db", dbDriverNoPrompt, False...
Whenever I try to open an app on our internal network, it asks if I want to open or save and reminds me that programs can contain malicious code. The checkbox for "always ask" is dimmed so it does this every time. As much as i appreciate the concern, I dont want to do this every time...
I am trying to create a view with 3 col's. I need to find a way to sum column "b", but only for rows that have the same value in column "a" ie:
a b sum
1 3 5
1 2 5
2 1 3
2 2 3
I cant figure out how the query will work for that. I am figuring a subquery, but...
I am trying to create a view. I need to find a way to sum column "b", but only for rows that have the same value in column "a" ie:
a b sum
1 3 5
1 2 5
2 1 3
2 2 3
I cant figure out how the query will work for that. I am figuring a subquery, but any help or...
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.