Hello,
I need some help
I have a Table
Table>ITEM_LOCACAO
codloc
codprod
And
Produtos
codloc
pontos
I want do a Select in the table ITEM_LOCACAO and
request the ID Codloc, have a lot keys about produtos.
So a example
Id = 9 = Product TAble = 25,26,31
After select, I need, make a...
Hello,
That's it
I'm correct using QuotedStr
And the problem the space in the sentence
using "AND" was necessery a space still
Thank's a lot for
markus and Andrew
Best regards
Luciano Marques
Hello,
I have a button when click
do this
procedure TLogin.Button1Click(Sender: TObject);
var
strSqlLog: String;
begin
strSqlLog:= 'Select * from usuario,perfil WHERE usuario.nivel = perfil.id';
strSqlLog:= strSqlLog + 'AND fantasia = ' + #39 + (valorNome.text) + #39 ;
strSqlLog:= strSqlLog +...
Hello,
I'm using the code to check if the user was subscribe into DB... so
he redirect if correct... if no.... go to other page...
My problem is... how routine I need put into the file...
conteudo.asp... to check if the session it's true if not.... redirect to file acessar.asp
Please help...
Hello,
I´m create a collumn in SQL usin alter table add and a name of collumn
Now I want modify a name that collun using a command SQL
For example collun fname into a table test
How i can change a fname to f1name using language sql
thanks a lot
Luciano Marques
I´m try using a searching into my site, but have 972.000 registers... So I ask what is more fast?
DNS Connection or Less connection.
To get more performace in SQL Server
Thanks
Luciano
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.