Quantcast
Channel: dbschemareader Discussions Rss Feed
Browsing latest articles
Browse All 166 View Live
↧

New Post: dbReader.ReadAll() : Error using Database Schema Reader > 1.6.0.4

Included in Release v2.1.1, just published

View Article


New Post: Length = record.GetNullableInt("CHARACTER_MAXIMUM_LENGTH") : Long ?

Included in Release v2.1.1, just published

View Article


New Post: Length = record.GetNullableInt("CHARACTER_MAXIMUM_LENGTH") : Long ?

Ok, Visual Studio doesn't catch any error anymore on this line, it seems to be fixed, thanks.

View Article

New Post: dbReader.ReadAll() : Error using Database Schema Reader > 1.6.0.4

Yes it works again, but now I found another new bug : all tables of ALL databases are now listed in my dbReport : the database name parameter seems not to be taken account ! If I return back to version...

View Article

New Post: dbReader.ReadAll() : Error using Database Schema Reader > 1.6.0.4

I think it's working as expected. If you specify the database (= schema = owner), you should only see the tables you want:var dbReader = new DatabaseReader(connectionString, providername);...

View Article


New Post: dbReader.ReadAll() : Error using Database Schema Reader > 1.6.0.4

Ok, everything works fine, thank you.

View Article

New Post: Readall : delegate and progression

It works, thanks.

View Article

New Post: Please add interface INamedSchemaObject

Hi, I got the latest source and see you are now using generics for NamedObject. However, this means you can no longer have a bag of NamedSchemaObject, and instead you must now use the INamedObject...

View Article


New Post: Please add interface INamedSchemaObject

How's this commit?https://dbschemareader.codeplex.com/SourceControl/changeset/397630e361611d53f6e1c6b0d68d710eabef85d3

View Article


New Post: Please add interface INamedSchemaObject

Perfect, thank you.

View Article

New Post: Table are empty using ODBC Provider

I need to use an ODBC provider to connect to my MSSQLServer but fetched table structures are empty: no columns and no keys. I have also tried to use test code using...

View Article

New Post: Table are empty using ODBC Provider

ODBC connections give limited metadata back, unfortunately. By it's nature ("open database connect") we can't "upgrade" to the database-specific code we need because we can't tell if it's oracle or...

View Article

New Post: Type information not loading into the views columns

Hi, I think DatabaseReader.cs needs to do the same thing in AllViews(...) as it does in AllTables(...) in order to ensure type info is loaded: public IList<DatabaseView>...

View Article


New Post: Type information not loading into the views columns

Good point! Yes, I think it does...

View Article

New Post: is any way to genarate db diagrams?

do you know is any library can genarate db's ER diagrams? thanks

View Article


New Post: Discover One to One Relationship

Is there a way to discover whether a table has a one-to-one relationship to another table. For example: class User{public string UserDetailId {get; set; } public virtual UserDetail UserDetail {get;...

View Article

New Post: Discover One to One Relationship

The model contains both sides of the foreign key relationship, so yes, you can check across.User has a foreign key to UserDetail - this will appear in the "ForeignKeys" property. UserDetail does not...

View Article


New Post: Schema Comparison

I'm getting an error when trying to do a Schema comparison using an existing, saved schema and reading the new schema of the same database. I've pasted the error below. //get the base schema // this is...

View Article

New Post: Schema Comparison

Added some guards against nulls- https://dbschemareader.codeplex.com/SourceControl/changeset/9ae9d10b7895ec52687d37279cc41faaf994bee9

View Article

New Post: Quote in the standard string column in the WriteDataType method...

Hi. I have a problem with string columns with default value. The library does this:CREATE TABLE [dbo].[test_table] ( [id] INT, [host_nome] VARCHAR (255) NOT NULL DEFAULT '(host_name())',...

View Article
Browsing latest articles
Browse All 166 View Live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>