| Thread | Last Post | Replies |
|
| Integrated security | 28 Feb 2005 19:35 GMT | 4 |
How do I create trusted security between my web server and my sql server? I don't know the account and password that my web server is running under.
|
| ADO.Net DateTime issue | 28 Feb 2005 16:38 GMT | 5 |
I'm having some issues pulling a datetime object from a database and am looking for any suggestions I can get. I have written a function to make querying specific fields in a table as generic as possible. The function is below:
|
| How do I "refresh" my bound control? | 28 Feb 2005 16:07 GMT | 5 |
After I've completed an update of my data to my database, how do I "refresh" bound controls. Right now, I am doing EXACTLY the same as I did when I initially bound them, ie. setting up the DataAdapter, reFILLing the DataSet, then Binding.Add to each of the controls. This seems ...
|
| Populating Columns | 28 Feb 2005 16:01 GMT | 2 |
I was just wondering if this is possible. I have a strongly types dataset that has a number of columns that are populated and a couple of columns that aren't populated. I was wondering if it is possible to populate the unpopulated coulmns using a SqlDataAdapter
|
| Insert SQL Error | 28 Feb 2005 14:03 GMT | 4 |
I am writing a VB NET program, and I have set up the following InsertCommand property and parameters: dap1.InsetCommand = New OleDb.OleDbCommand( _ "INSERT INTO entry " & _
|
| How to add new record in a form with BindingManagerBase used? | 28 Feb 2005 07:03 GMT | 3 |
Dear Experts, I have a problem on adding new record in a form, with btnAdd_Click function, the record stays at current record...even with a clear form function, it only clear the record currently staying at. Seems that the datatable in ds
|
| new bie to stored procedure...please suggest me | 28 Feb 2005 04:21 GMT | 8 |
Hello groups, I'm new to database, i like to master stored procedures, triggers etc. please suggest me good site to read about all this with good example.. Mahe~
|
| Problem with SQL Server Script... | 28 Feb 2005 02:34 GMT | 5 |
I'm having the following problem. Using the following script works OK when run from Query Analyzer use master go
|
| need simple help with Unicode | 28 Feb 2005 02:05 GMT | 1 |
I am trying to insert a Unicode string into SQL Server and then read it back out. I wrote a simple little test app and somewhere my string is getting converted to ANSI or something similar. Can anyone sport what I'm doing wrong or give me some ideas to check out?
|
| Problem to restore an SQL database.... | 27 Feb 2005 23:40 GMT | 4 |
I'm having the following problem. I have SQL Server Accounting database called 'db_Accounting' , and a form. This database is only accessed by one user at a time. I have made a menu to backup the database. Works fine.
|
| Why does my Update not update? | 27 Feb 2005 19:11 GMT | 2 |
After running the follow code, "intResult" is returned as "0" and the update does not take place. Could it be that my database column name, "Name", is not being related to the Procedure parameter, "@Name?" Is so, what do I need to change so that "Name" will be related to "@Name?". ...
|
| Script problem... | 27 Feb 2005 18:45 GMT | 3 |
Hello, I'm having trouble with the following script: Me.cnAccountingProgram.Close() Me.cnAccountingProgram.Dispose() Dim cnMaster As New SqlConnection("Initial Catalog=Master; Data
|
| Data Source Configuration Wizard and autogenerated code | 27 Feb 2005 03:18 GMT | 1 |
Hi, i have an Access Database being used in my project. When i double click on this in Solutions Explorer, a wizard pops up ("Data Source Configuration Wizard"). Apparently, this wizard allows you to select database object for
|
| hi | 26 Feb 2005 19:11 GMT | 2 |
i have loaded .net and sqlserver in my windows xp os.but i have error like "cannot open database requested in login "sqloledb.1".login failed .login failed for user sa" is the message.plz help me correct the error.
|
| dBase | 26 Feb 2005 16:18 GMT | 2 |
I am working with a dBase Plus database and I cannot create a connection string to the darn thing. I have tried the Fox Pro Driver, ISAM and others and I keep getting "File is not a valid Table" exception. When I look at my ODBC Data Source Administrator I see a "Driver do ...
|