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!

SELECT Statement

Status
Not open for further replies.
Oct 18, 2002
5
US
I am having a nightmare trying to retrieve data using a select statement. I can insert into my table but cannot retrieve via SELECT. I am stumped.

Using

SELECT * FROM tblemployees

returns nothing

If I use pgadmin i can retrieve my data with the exact SELECT statement above.

Discouraged...
 
Hi nhjyjetsfan,

To execute you SQL from the command line enter ";" plus return like

SELECT * FROM tblemployees;

LelandJ Leland F. Jackson, CPA
Software - Master (TM)
Nothing Runs Like the Fox
 
Thanks leland however that was not the issue...

the issue was specific to vb.net syntax...

By the way

I have a little tid bit for those who constantly ask:

What about stored procedures in postgre?

YES IT IS POSSIBLE>>>

I am going to post a simple stored procdure HOW TO this weekend (hopefully)

i have a MSSQL 2000 background and am migrating to Postgre to offer prospective customers an alternative to M$ awfully expensive solution for the small business owner.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top