It's really an anoying problem. Firefox runs like a turtle on local developement server on Vista:( But there is a nice sollution for this one:
In Firefox, goto about:config, filter by "network.dns.disableIPv6" and double-click to set to true.
Here you go :)
czwartek, 29 maja 2008
32 bit ODBC Datasources on 64 bit Vista
Having problem with the 64 bit ODBC Datasources manager on Vista ?
The launcher for 32 bit version is located under:
C:\Windows\SysWOW64\odbcad32.exe
The launcher for 32 bit version is located under:
C:\Windows\SysWOW64\odbcad32.exe
poniedziałek, 11 lutego 2008
How to reset identity seed in Sql Server
Sometimes you need to reset indentity seed in your database table. There is a nice way to achive that (sql command):
DBCC CHECKIDENT('table_name', RESEED, 0)
DBCC CHECKIDENT('table_name', RESEED, 0)
wtorek, 22 stycznia 2008
How to remove primary key column in DataTable
Sometimes you need to drop column from DataTable which is marked as PrimaryKey (else you will get an exception). There's a nice way to accomplish that.
DataTable.PrimaryKey = null;
So simple, so nice :)
DataTable.PrimaryKey = null;
So simple, so nice :)
czwartek, 3 stycznia 2008
Deleting all svn folders recursively
Offtopic post: If you want eaisly delete all svn subfolders just use this clever sollution under Windows with usage of Total Commander:
- Invoke a search (Alt+F7) from the projects root directory
- Search for .svn (or _svn) - it depends on your settings
- When the results are displayed, click the “Feed to listbox” button (bottom right)
- In the list that appears select all the folders and delete (Shift-F8)
Subskrybuj:
Posty (Atom)