-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...
Try this
SET QUOTED_IDENTIFIER OFF
GO
SET ANSI_NULLS OFF
GO
--|
--| Funcion String
--|
ALTER FUNCTION xf_Proper ( @Str VARCHAR(8000) ) RETURNS VARCHAR(8000)
--------|
AS
--------|
BEGIN
--------|
DECLARE @iParcial INTEGER
DECLARE @LenStr INTEGER
DECLARE @zReturn...
If you install Windows 2000 Advanced Server, you can use more than 4Gb with Ms SQL Server 2000.
There are a few parameters to config and then the SQL engine will use almost all of the ram.
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...
For Windows 2000/XP
There is a command line RASDIAL.EXE
For Windows 95/98/Me
Exist RDialPro.exe from MU-Consulting that works great!!
*How To Contact µ-Consulting
*Web Site www.muconsulting.com
*Sales sales@muconsulting.com
*Technical Support support@muconsulting.com
*General Information...
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...
Try this:
Put in the CONFIG.FP at the home directory of the aplication:
TMPFILES=C:\WINNT\TEMP
PROGWORK=C:\WINNT\TEMP
SORTWORK=C:\WINNT\TEMP
MEMLIMIT=80,4096,12288
Then make .PIF to load your aplication in memory and configure it with more memory (conventional and extended/expanded)
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.