hi,
i'm working with templates in dw, and i want to put a sound in the page, every time i click on a link the sound starts from the begining, and i want that the sound start and finish just one time when i enter in the page! how do i do? URGENT!
Thanks.
HI,
I want to know the code to see if a DataBase is already in the Server.
Exemple... If the database that I want to create (by code) is in the server, and if already exists I want to put a print on the screen, HELP ME PLEASE!
Hi,
whats the code to copy tables that are in one database to another database??
Databases Name:
FORMACAO3 - SOURCE DATABASE
FORMACAO3AUXILIAR - Destiny Database
URGENT!!!
How do I do to turn this:
A dívida do Cliente é: 18450 $ESC
A dívida do Cliente é: 83.86363636363 $USD
A dívida do Cliente é: 603.67110558518 $FFR
Into:
A dívida do Cliente é: 18450 $ESC
A dívida do Cliente é: 83.86 $USD
A dívida do Cliente é: 603.67 $FFR
I want to put the result of this code into a variable called @Factor: Like
Select @Factor = select Factor
from Moeda, Pedido
Where Moeda.Moeda='USD'
And Pedido.Abertura=Moeda.Data
And Pedido.Fecho is Not Null
How do I do??
HI,
I want to insert a value in my table in dollars and in escudos
wich is the code for it?
Help me please!
The code that I have is:
Create Procedure InserirPreco
(
@Artigo_ID bigint,-- PRIMARY KEY Not Null,
--@DataPreco datetime,
@Preco smallmoney
)
AS
Insert into ArtigoPreco...
I want to insert a datatype real in a table only in this format.
Ex: I want to insert 1.05, but when i make a select it showm me 0.47999998927116394
how do i do to apper the value that i insert?? withot the rest of the numbers?
URGENT!
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.