Hello guys,
I need to improve my newsletter system due the vb default one is very painful...
So the first step is obtain and collect all the users email addresses from my DB. I thought there was a "simply hack" to do this but after many googling and searching here on vb.org I found
NOTHING.
I know I could get them from the DB but for particular reasons I cannot connect to the sql server by remote and, of course, I am not skilled enough to make a query that does a simple list(ehh lol

)..
Can someone help me? Any kind of help will be very appreciated!
--------------- Added [DATE]1275072902[/DATE] at [TIME]1275072902[/TIME] ---------------
I think a
query like this could work but my problem of remote connection still exists, so..
Code:
SELECT username, email FROM user