I have a table in a SQL Server 7.0 database with columns like: Column_1varchar(10)null Column_2intnull Column_3varchar(15)null
I am having difficulties with a complicated (for me any way) query. The table I\'m querying has 3 colums, ClientID (int Not Null), ProductID (int Not Null) and ExpiryDate (smalldatetime nullable)
I have a sql server 7.0 database and I will implement a web service above it. How do I access the data开发者_Python百科 without writing any sql query?LLBLGen is compatible with SQL Server 7Perhaps you