Search Results

Search found 2 results on 1 pages for 'alienv'.

Page 1/1 | 1 

  • SQLite on C# Cross-Platform Applications

    - by alienv
    Can someone help/guide me with using SQLite lib on Linux (MONO) and Windows (.NET) On linux i use native mono sqlite client, and on windows i use http://sqlite.phxsoftware.com/ is there a way to define 'using' directives like this : #if (linux) using Mono.Data.Sqlite; #else using System.Data.SQLite; Another problem is small differencies on both implementations, like : cmd = new SqliteCommand(); // mono cmd = new SQLiteCommand(); // sqlite.phxsoftware.com Waiting for any help If you know better or simplier way to do this it'll very thankfull for info. Thanks

    Read the article

  • Some menu customisation in Silverstripe

    - by alienv
    1) i need set different class name for every menu item, based on a menu row (iterating, i need just a number) <% control Menu(1) %> <div class="mainmenu-item-$MenuItemRow"><a href="$Link">$MenuTitle</a></div> <% end_control %> 2) is there a simple way to create an small second menu ?

    Read the article

1