Hi,
I'm porting some 500 programs from TRUE64 using cc to SUN Solaris 8 using gcc. Of cource I would like to catch potential problems when I compile, but gcc has an awful lot of options to choos...
http://www.experts-exchange.com/Programming/Languages/C/Q_20767388.html
Zones:
CDate Answered: 10/16/2003 Grade: A Views: 8
I have a Dell Inspiron Laptop 866Mhz with 384MB Ram running Win2k SP3 home network LAN'ed because of fixed IP ADSL ISP Router that acts as firewall DHCP DNS etc on 192.168.254.254 so I have set thi...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/2000/Q_20793680.htm...
Zones:
Windows 2000Date Answered: 11/13/2003 Grade: A Views: 0
i have 2 computers on a home network connected through a router using a dsl internet connection. both run windows 2k. . Both were set up with the same workgroup name, both get their ip addresses an...
http://www.experts-exchange.com/Networking/Broadband/DSL_Cable/Q_20834503.html
Zones:
DSL / CableDate Answered: 12/25/2003 Grade: A Views: 0
Hi
Does anyone know whether it is possible to search 2 tables at once using FREETEXTTABLE as I receive the following error on the code below.
Error Message: Server: Msg 156, Level 15, State 1, ...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_20860336.html
getting the following error
CREATE TABLE [dbo].[Department] (
[DepartmentId] [int] IDENTITY (1, 1) NOT NULL ,
[DepartmentName] [varchar] (50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL
...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_20989863.html
This is a pretty wierd situation, I created the sproc as following, when I click the syntax check button, it says 'Syntax check successful!', then I click the bottom OK button try to save this spro...
http://www.experts-exchange.com/Database/Miscellaneous/Q_21091573.html
Zones:
DatabasesDate Answered: 08/12/2004 Grade: A Views: 0
I have 2 SQL database on a server each database has its own username and password. I want to select data from a table in database1 and insert it into database2.
How do I do this? I have tried ...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_21193247.html
I have been looking at my code for 20 minutes and cannnot figure out why I am getting this error. It is stating that it is happening on the execution of strSQL:
Sub DenyRequest
Dim strDenie...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_21194010.htm...
Zones:
ASPDate Answered: 11/03/2004 Grade: A Views: 0
This is the initial error i get
Microsoft OLE DB Provider for SQL Server error 80040e07
Disallowed implicit conversion from data type varchar to data type money, table Corpweb.dbo.GoldsNum...
http://www.experts-exchange.com/Programming/Misc/Q_21204978.html
Zones:
ProgrammingDate Answered: 11/18/2004 Grade: A Views: 4
I am running sql server desktop edition (MSDE 2000).
I need a count of a union:
select count (*) from ( select id from member union select id from dropoffpoint )
Running the above in the...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_21365078.html