forum.vdsworld.com Forum Index forum.vdsworld.com
Visit VDSWORLD.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Very long query

 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help
View previous topic :: View next topic  
Author Message
marcelo
Contributor
Contributor


Joined: 10 May 2008
Posts: 140

PostPosted: Tue Mar 25, 2014 8:46 pm    Post subject: Very long query Reply with quote

Hi, i'm back on VDS playing with a little prog to manage my CD/DVD collection in a database.
I'm using VDSDB.DLL and an MDB database.
I have a very long Query and i don't remember how to split it into several lines.

Example:

Code:

UPDATE Peliculas SET Titulo='Fear and Loathing in Las Vegas', Anio='1998', Pais='EEUU', Director='Terry Gilliam', Genero='Comedia'  WHERE ID='1234' AND.....;


This is only an example. The querys i'm need to use are longer

Thanks a lot

Marcelo
Back to top
View user's profile Send private message
Skit3000
Admin Team


Joined: 11 May 2002
Posts: 2166
Location: The Netherlands

PostPosted: Sat Mar 29, 2014 6:43 pm    Post subject: Reply with quote

Code:
%q=UPDATE Peliculas SET Titulo='Fear and Loathing in Las Vegas',
%q=%q Anio='1998', Pais='EEUU',
%q=%q Director='Terry Gilliam', Genero='Comedia'  WHERE
%q=%q ID='1234' AND.....;

_________________
[ Add autocomplete functionality to your VDS IDE windows! ]
Voor Nederlandse beginners met VDS: bekijk ook eens deze tutorial!
Back to top
View user's profile Send private message
marcelo
Contributor
Contributor


Joined: 10 May 2008
Posts: 140

PostPosted: Sat Mar 29, 2014 10:08 pm    Post subject: Reply with quote

EASY!!!!

Thanks a lot!!!!
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum

Twitter@vdsworld       RSS

Powered by phpBB © 2001, 2005 phpBB Group