| Thread | Last Post | Replies |
|
| Add User in code | 31 Oct 2005 23:26 GMT | 2 |
Can someone tell me how to create a new SQL server user with password and default database using VB.Net code Thanks in advance
|
| select where like question | 31 Oct 2005 23:26 GMT | 2 |
The sql command below does not seem to work in SQL Server, can someone show where I am going wrong Select * from users where ref like '*JOH*' order by ref Thanks in advance
|
| Add User | 31 Oct 2005 23:24 GMT | 2 |
Can someone tell me how to create a new SQL server user with password and default database using VB.Net code Thanks in advance
|
| How to:Change\Remove cached credential | 31 Oct 2005 22:45 GMT | 1 |
Trying to write a new report for reporting services and an associated VB app. The data connections will not work because a cached credential in my computer does not have a high enough privilage. I need to delete it to put in a new one but I can not find out how.
|
| 7 Cards | 31 Oct 2005 22:27 GMT | 2 |
Been trawling for ages now!! Anyone seen any code for working out the best 5 card hand from 7 cards as in Limit/No-Limit Poker. I am doing a project for myself to teach me .NET and struggling.
|
| MsAccess2000 Shell execute as read-only | 31 Oct 2005 21:31 GMT | 1 |
I am currently calling an acess file like this: (where strpath is the string containing the path to the access file. Process.Start(strPath) I'd like to know how to launch that acess file in readonly mode. Is there a
|
| Error Exporting to Excel | 31 Oct 2005 21:20 GMT | 3 |
I get the error message: "Exception Details: System.Data.OleDb.OleDbException: Table 'Hank' already exists." when executing the following code:
|
| general advice on data storage | 31 Oct 2005 19:59 GMT | 5 |
I'm new to vb.net and would be grateful if anyone could offer some advice on the best way to approach this problem: I wish to dynamically capture pricing information e.g. 10 stock prices and use this data to generate a number of graphs over time (in real
|
| Help with deployment | 31 Oct 2005 19:46 GMT | 1 |
I have converted an old VB6 app to .NET. The following DLL's are generated which I include in the same directory as the exe. AxInterop.ComctlLib.dll AxInterop.MCI.dll
|
| combobox value | 31 Oct 2005 19:32 GMT | 1 |
I have a combobox which is bound to a dataset with 2 columns. 1 column is a description and the other holds the id. I keep getting an error when trying to extract the underlying value. What is the proper way to extract the valuemember value? Can anyone help me out with this ...
|
| Flickering Control | 31 Oct 2005 17:44 GMT | 1 |
How do I keep a control from flickering while its updating? -Lou
|
| functions not used... | 31 Oct 2005 17:36 GMT | 4 |
This question might be for another group, but since I use vb.net, I thought I'd ask here.... I'm looking to clean up some code. Is there a development tool to tell me which functions are not being used? I know that in C#, the compiler
|
| Insert text at a specified point in a text file | 31 Oct 2005 17:31 GMT | 1 |
I have a text file and i need to be able to insert text into it at specified points. How do i do this?
|
| sql select question | 31 Oct 2005 17:12 GMT | 3 |
The sql command below does not seem to work in SQL Server, can someone show where I am going wrong Select * from users where ref like '*JOH*' order by ref Thanks in advance
|
| DataGrid Binary Column | 31 Oct 2005 17:09 GMT | 3 |
I need some advice with a binary column in a DataGrid. Everything seems fine except for one thing. In order to check a box, I have to click on it once to select it, and then click again to check it. Somehow this doesn't seem right. Does anyone know if this is normal behavior ...
|