| Thread | Last Post | Replies |
|
| Help adding fields to a table | 29 Jun 2007 19:06 GMT | 1 |
I have a list of values in one field in a table, and I want to modify another table that I have to add a new field for each value in the other field. In case this doesn't make sense, I've posted examples below - Table 1
|
| Blinking in HScrollBar / VScrollBar | 27 Jun 2007 18:22 GMT | 2 |
I am using VB6, my Applications has several HScrollBar and VScrollBar. Both work perfectly, but; when I use any of them and "leave" the control, Scroll Bar starts blinking. It is extrange. Can you explain that? Is there a way to correct it? Please, help me.
|
| how to assigned float number to DB ? | 24 Jun 2007 20:43 GMT | 4 |
how can i assigned a float number with only one digit after the dot to the DB ? i mean that i want to write this number 0.1 and not this 0.100000000 (that what the sql does for me now..) im using a storage procedure for this purpuse, so maybe the problem is there..
|
| Left Outer Join Only Including Matching Rocords | 22 Jun 2007 23:50 GMT | 2 |
I am executing the following SQL statement in Management Studio in a SQL Server 2005 environment: Select wl.wmslocationid,il.itemid,il.citullcastartpickinglocation,il.citullcaendpickinglocation
|
| Query blues... Help! | 21 Jun 2007 21:45 GMT | 2 |
I have a security app that is like this: a Facility has many Apps and those Apps may have any combination Modules, Roles, or Privileges. Problem Query: Put together a query(s) that will delete all records related to a single Facility.
|
| Drop a Global Temporary Table using Classic ASP | 21 Jun 2007 03:57 GMT | 1 |
Good Afternoon, I am hoping someone can help me out. I want to drop a global temporary table in classic asp after my recordset has completed printing out it's rows.
|
| Creating View | 07 Jun 2007 14:56 GMT | 1 |
I have a database I am working with that has three tables in it. Two of the tables will be filled with information once a record is submitted. The other one requires a response and will only get populated with information when another transaction is fired.
|