-SQL 2000-
Is there any way to do this?
/*Begin*/
BEGIN TRAN
INSERT INTO DBXXX.dbo.Table (Name, LastName)
VALUES ('jjj','aaaa')
BEGIN TRAN LOG_ACTION
INSERT INTO DBXXX.dbo.ProcesLog (ProcId)
VALUES ('IniProc')
COMMIT LOG_ACTION
IF @@ERROR = 0 COMMIT
ELSE ROLLBACK
/*End*/
I need that, if...
I´m writtig an aplication that scans inside a predetermined subdir and extracs information from mpeg files. The problem is that I don´t know where inside the mpeg file is all than information.
The information than the aplication displays is MPEG type (I,II,4...), bitrate, resolution, size of...
Hello. Can I program in any version of VC++.NET without usig .NET Framework? Or my only choice is to use VC++ 6?
If I make a prog in VC++.Net, do I MUST have to install the .NET Framework in the client?
Thanks in advance!!
Hello
I need to design and program an end user interface... with no standar windows graphic look. (Like winamp or windows media player 9)
Where can i find some help, samples, tutorials... whatever about it?
Thanks in advance!!!!
First of all, excuse me about my english...
This is to be made in Fox2.5 For DOS
How can I redirect DOS/Win/Novell outputs messages to a Fox windows.
Commands like:
-NET USE
-FLAG
-COPY
etc etc
When I execute a NET USE command, sends a lot of information to de screen, and that overwrites or...
Hello
-Fox 2.5 for DOS, on Windows 95/98-
I need to connect via phone line to a RAS server (Win2000 Server) to send some information. How can I execute a dial up conection from Fox2.5/DOS.
Thanks
(:
This function (FnParValor) provides the hability to work with a unlimmited number of parameters...
Example:
cParam = ''
cParam = cParam + 'MESS:Hasta la vista!;'
cParam = cParam + 'ROWPOS:5;'
cParam = cParam + 'COLPOS:10;'
cParam = cParam + 'COLOR:w/n;'
=fScreenOut(cParam)
FUNCTION...
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.