hi there,
is it possible to send emails out of a script (with attachement) ???
the program 'mail' needs some user interaction or i can't find any useful parameter...
many thanks
hi there...
Is there a software to automatically convert old wordbasic macros(german!) to word97 vba?
i have to convert more than 800! different macros...
bamboosch
Oh yes, many thanks for your help!
Also I found a solution to use only numbers in column names:
USE PUBS
GO
DECLARE @sql_str varchar(255)
DECLARE @pid varchar(30)
SET @pID='[15]' -- If you use [ ] brackets inside the ', numbers are possible, too.
SET @sql_str = 'SELECT au_lname AS ' +...
Hi there,
i think, it´s a very simple problem.
how can i set an alias of a column by a variable ???
this will not work:
DECLARE @pID int
SET @pID=1015
SELECT customer AS @pID FROM ...
is there a way ?
thanks ;-)
bamboosch
How can I create Reports dynamically? <br><br>My Tables and StoredProcedures are changing very often, so i can´t work with static reports...<br><br>It is possible to link a Recordset from my Database with CR(7.0), so that it creates a Report depending on the fields in the Recordset? <br>
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.