PDA

View Full Version : Run a database query for VB?


Sylvus
05-07-2004, 11:28 PM
I'd like to run a query that will update all members in the vB database for a custom user field I created. It's User Profile field10. Would anyone happen to know the query to run for this? I'd like the query to make this User Profile field equal the number 17 for all members.

Thanks,

Syl...

Xenon
05-07-2004, 11:41 PM
UPDATE userfield SET field10 = '17'

that should do it :)

Sylvus
05-07-2004, 11:43 PM
Thanks my good man! Appreciate the quick response.

Syl...