Its not VB thats telling you its a syntax error its your database provider. Are you referencing the same database?

I'm not a database expert but I've never seen "LIMIT" before - I've always used "TOP", ie

"SELECT TOP 150 * FROM RSSFeeds ORDER BY NewsID DESC"