Hi,
I just connect a unix server in my Lan. I already configure the Ip address correctly. But went I try to login into system remotely trought a telnet connection (using a PC or another unix server), the unix server return an error "Not on system console", and logout inmediately...
Hi, i need to send a group of invoices as html-type attachment to a specific email address in a batch proccess through a cfm page.
the invoice index table looks like this :
Invoice No Email
10000000 hgdsh@mailserver.com
10000001 asdff@mailserver.com
10000002...
I tried to clean it with another Win2000 PC booting in DOS mode, and connect the affected HD as a slave. Now I have access to the NTFS partition.
Thanks.
I want to generate a bootable diskette with a DOS NTFS DRIVER in MS NT 4.0.
I'am having trouble with a virus, I can clean it only in a DOS enviroment, but the PC have a NTFS partition, when a boot from an ordinary diskette with FAT, It can not recognize the drive C (ntfs).
Thank's Teknology, that's what i mean. Particulary i don't use ADSI, 'cause my servers is on NT 4. and Activex Controls are the fast way to do (not the unique).
Anyway, i think that red flag is absurd, in a useful topic like this.
By the way, of course i know that Activex Control must be...
What? a red flag? why?
Sorry if i'm very surprised with the response.
aspro, of course you can change the password of the users in the domain, even you can change ANY properties from a web page.
All you need for this is a ActiveX control like "Priore NT User Manager Control 1.0"...
Thanks for your interest.
Coldfusion have a cftag to execute stored procedures with this syntax:
<CFStoredProc procedure = "get_subscriber_info"
datasource = "connORACLE"
username = "theUser"
password = "thePassword"
>
Is possible execute a Stored...
I need to know if is possible execute a Stored procedure from a Oracle Database 8.0.5, in ColdFusion 5 professional.
I try with ODBC driver from Microsoft & Oracle, but dreamwaver told me
[b]"Error calling GetProcedures, Stored Procedures for Oracle are not supported"[b]
Any kind of...
I need to know if is possible execute a Stored procedure from a Oracle Database 8.0.5, in ColdFusion 5 professional.
I try with ODBC driver from Microsoft & Oracle, but dreamwaver told me
"Error calling GetProcedures, Stored Procedures for Oracle are not supported"
Any kind of help...
I have a W2k server with Coldfusion 5 pro, and i notice that in the administrator not appear Oracle OLEDB driver. What can i do?.
I try installing Oracle OLEDB Driver, but the database is in 8.0.5 and the driver is for 8.0.7, and i don't know how to make work it.
...the right one database
i try with the next sp but give an error
create proc Get_Summary_sp @Month varchar(20)
as
begin
declare @SQL varchar(255)
set @SQL = 'SELECT * FROM ' + @Month + '.dbo.RevenueDetail_tb'
select * from openquery(infonet5,@SQL)
end
I really apreciate any kind of help.
Hi, i have a server containing a database for each month of the year, each db have 5 tables and a 10 stored procedures. All tables and all sp have the same name in every database. eg.
---TABLES---
Jan01.dbo.RevenueDetail_tb
Feb01.dbo.RevenueDetail_tb
Mar01.dbo.RevenueDetail_tb
---STORED...
Hi everyone i need a help from you.
I am trying to search the next register after the last one, because i need to show it automatically in a input text created by html, before the user create a new count.
The code make me an error
The lines below describe the search:
declare @letracuenta...
...Begin
Insert @ConjuntoResultado Select 'Se ha presentado un error. No se pudo realizar la insercion de la cuenta ',-1
Select * from @ConjuntoResultado
End
--EJECUTA EL PROCEDIMIENTO DE AGREGAR REFERENCIA
EXEC cc_Agregar_Referencia_sp @PKCliente...
I need update a column in a table with the sum of all previous rows for each row.
for example:
Day | Amount | SubTotal
1 | 1200 | 1200
2 | 300 | 1500
3 | 2100 | 3600
I search here and look in BOL, and i can't find any syntax or...
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.