After doing some research, I dont think cursors are what I need. I want to be able to get these values in a sub select statement. Here is my code that doesnt quite work (part needing help shown by an *):
Select po_vendors.VENDOR_ID, po_vendors.VENDOR_NAME...
I have not done cursors before so I will figure it out and tell you how it goes. If you have some quick pointers, I could use them as well.
Thanks
website: http://www.nitrohobby.com
How do I output a multiple record single column as a single record single column delimited by whatever I want?
Thanks
website: http://www.nitrohobby.com
I figured it out on my own. Here it is:
#include <iostream>
#include <windows.h>
using namespace std;
void main()
{
string mystring;
mystring="Notepad.exe";
ShellExecute(NULL, "open",mystring.c_str(), 0, 0, SW_SHOW);
}
website: http://www.nitrohobby.com
I would check what monster.com has to say. They can give you a good estimate based on your skills and location. There are other sites as well that will tell you what you are worth. You just have to find them.
websitesite: http://www.nitrohobby.com
How do I open a different application through c++? For example if I wanted to open Notepad.exe by executing my c++ application.
Thanks
websitesite: http://www.nitrohobby.com
Does postgres keep track of how many open connections there are at any given time? And particularly, how many connections to a given database? I have been using npgsql with c# for a corporate application and would like to get this information from the database. Is this possible?
Thanks for...
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.