Nov14

BDC Meta Man new release

Categories: SharePoint

Back from TechEd Developer in Barcelona and with emails and todo tasks finally caught up with we've released a new version of BDC Meta Man, 2.0.0.7.

Some of you will ask what happened between 2.0.0.4 and 2.0.0.7 -> Well these were quiet releases that fixed particular bugs brought to our attention.

New Functionality : Tables Without Primary Keys

Previously it was a requirement for a table or view to have a primary key for it to be dragged and dropped onto the BDC Meta Man design surface. This was because we automatically generated the Finder and Specific Finder methods for you and to do that we needed to make sure the table had an identifier. Now things are different though....

1, If you drag a table or view onto the design surface that doesn't have a primary key you get asked are you sure you want to add it:

image

2, Clicking yes, you are asked if you would like to specify which columns uniquely identify each row of data ie what are the primary key columns. If you choose no for this step then your entity will get generated with just a Finder method. This means you won't get a profile page or be able to search your entity:

image

3, By clicking yes you are taking to a form where you can pick which columns to use as identifiers:

image

Clicking OK will now generate our entity for us with a Finder and Specific Finder method. Because we have declared the identifiers we can also go into our entity admin screen and add an IdEnumerator method so our entity can be searchable by MOSS 2007.

image

You can download the latest version of BDC Meta Man from here:

http://www.bdcmetaman.com/pages/download.aspx

Look forward to your feedback and ideas for future development and features!

 
Nov4

Arrived in Barcelona for TechEd Developer

Categories: SharePoint, .NET Stuff

As many of you know who are keeping an eye on SharePointBlogs.com all the Americans are getting excited about SharePoint Dev Connections which is going on next week! Well us Europeans also have conferences happening over the next 14 days you know so don't feel left out! I've just arrived in Barcelona for TechEd Developer which is starting tomorrow, and IT Forum (aimed at IT Pro's) is starting next Monday.

I'm presenting a session on Thursday titled 'Building Solutions with the Business Data Catalog and Microsoft Office SharePoint Server 2007'. Hope to see some BDC Meta Man users there :-)

If you can't make it over to Barcelona then you can keep track of things happening online as well. Check out the site here:

http://www.mseventseurope.com/teched/07/developers/content/Pages/Default.aspx

I shared a ride to the hotel with Paul Foster from Microsoft who's going to be interviewing a bunch of people during the week and posting them up in the evening. Keep an eye out as I might make an appearance if I can find the interview place...

Anybody else in Barcelona? If so drop me a message and we can meet up for a beer and a chat!

 
Nov1

LT Data Viewer Web Part

Categories: SharePoint

We're very happy to announce the release of the LT Data Viewer Web Part. Using this web part people can easily display their SQL Server or Oracle data in WSS 3.0 or MOSS Standard Edition.

There is a trial version of the web part available to download as well as a screen cast to see the web part in action:

 

http://www.lightningtools.com/pages/lt data viewer web part.aspx

 

We understand that with SharePoint Designer you can achieve a lot of what the LT Data Viewer Web Part does. However:

1, Not everybody has access to a SharePoint Designer license.

2, SharePoint Designer is not usually allowed to be used in production environments

3, Data Views implemented through SharePoint Designer cannot implement SQL Server Integrated Secuity.