Advertisement

1 - 10 of 376 containing alltags:("near") (0 seconds)
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...
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...
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...
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, ...
Zones: MS SQL ServerDate Answered: 01/25/2004 Grade: A Views: 0
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 ...
Zones: MS SQL ServerDate Answered: 05/14/2004 Grade: A Views: 0
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...
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 ...
Zones: MS SQL ServerDate Answered: 11/07/2004 Grade: A Views: 0
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...
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...
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...
Zones: MS SQL ServerDate Answered: 03/25/2005 Grade: A Views: 9