I have a client who is using Access to access SQL server tables. He says that whenever he opens and closes Access, the size of the .mdb file grows - perhaps doubling its size. He said he tried to repair it and that took it down to 53 meg. However the problem continues. It's gotten up to 1.5...
I had put these in the database. I have now gotten into using VS Integration services. This is really cool. I am developing on one machine with a certain location for text files being imported and a certain server - both of which will change when I deploy to the client.
I used the Wizard to...
I ran the import wizard - saved the package but now I can't find it so I can even run it again. Do I have to make any changes to this guy in Visual Studio? I was trying to make this as simple and painless as possible.
I had to have a list control where the user could make multiple selections. My boss requires the use of data binding so that seem to leave out a listbox etc.
The solution I ended up with is: I return a list of all potential items and a 1 if it already has been selected in the database, the...
I have to return a recordset combining a many to one relationship so I fill one field with a list of the values in the many side of the equation.
So I want to bring back something like this
'Football',1997,'punt,pass,kick'
'Basketball',2001,'15,22,18,51,55'
Looping through with a...
I included that in my first message of things that did not work. Thanks anyway
20 minutes is the default but I have changed the default but still not seeing the change.
No matter what I do - our authentication is getting lost at 20 minutes. The global configuration setting for asp.net 2.0 State Management was set to 20 minutes. I changed that to 60, but no help. I set the forms timeout attribute to "60". No help. I set the worker process shutdown in the...
I just installed Team Foundation Server on my machine and have been trying to load existing solutions which contain multiple projects. In three of the four cases, the project is the startup project. I get a message that says: The project type is not supports by this installation. This makes...
I have to work on a project with a wizard and six steps. I've never used this control before. Unfortunately they've just asked me to add validation to one of the steps. I can capture the fact there is a problem and prevent it from moving to the next step -- but my user control disappears. I...
I just got news that the dynamic sql I wrote for a search function is not acceptable. I have modified it all to use static code but I'm stuck on one last field. I have two status values which should be returned when one status value is passed. So for example 4 = Paid
7 = Confirmed. If 4 is...
I have to do some coding for another company to send automated emails. They insist that instead of using a console app that I use an asp.net web page called from an HTA. I'm not familiar with HTA's and searched fruitlessly to find out something relevant. Can someone point me in the right...
I am trying to set the visible property of an image using the Databinder.Eval. I tried returning a false or true string and a 0 and -1 numbers but I get the same error on the statement. Can I even do this. I only have picture in certain records so I hate showing the missing image icon...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.